Color spaces of #416300
RGB | 65 | 99 | 0 |
---|---|---|---|
HSL | 0.22 | 1.00 | 0.19 |
HSV | 81° | 100° | 39° |
CMYK | 0.34 | 0.00 | 1.00 0.61 |
XYZ | 6.6418 | 10.0475 | 1.5893 |
Yxy | 10.0475 | 0.3634 | 0.5497 |
Hunter Lab | 31.6978 | -18.0691 | 19.2157 |
CIE-Lab | 37.9275 | -26.5007 | 44.1007 |
#416300 color RGB value is (65,99,0).
#416300 hex color red value is 65, green value is 99 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #416300 hue: 0.22 , saturation: 1.00 and the lightness value of 416300 is 0.19.
The process color (four color CMYK) of #416300 color hex is 0.34, 0.00, 1.00, 0.61. Web safe color of #416300 is #336600. Color #416300 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01100011 | 00000000 |
Octal | 101 | 143 | 0 |
Decimal | 65 | 99 | 0 |
Hex | 41 | 63 | 0 |
Shades of #416300
Tints of #416300
RGB Percentages of Color #416300
CMYK Percentages of Color #416300
Complementary Color
#416300 | #220063 |
#416300 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#416300 Color Preview on White Background
Lorem ipsum dolor sit amet.
#416300 Color CSS Codes
.mybgcolor {background-color:#416300; } .myforecolor {color:#416300; } .mybordercolor {border:3px solid #416300; }
#416300 Text Font Color
<p style="color:#416300">Text here</p>
This sample text font color is #416300
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#416300 Background Color
<div style="background-color:#416300">
Div content here</div>
This div background color is #416300
#416300 Border Color
<div style="border:3px solid #416300">
Div here</div>
This div border color is #416300
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,99,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #416300; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #416300; -webkit-box-shadow: 1px 1px 3px 2px #416300; box-shadow: 1px 1px 3px 2px #416300; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,99,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #416300">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #416300; -webkit-box-shadow: 1px 1px 3px 2px #416300; box-shadow: 1px 1px 3px 2px #416300;">
Div content here</div>
This div box has shadow with color #416300
Comments
No comments written yet.
Please login to write comment.