Color spaces of #416446
RGB | 65 | 100 | 70 |
---|---|---|---|
HSL | 0.36 | 0.21 | 0.32 |
HSV | 129° | 35° | 39° |
CMYK | 0.35 | 0.00 | 0.30 0.61 |
XYZ | 7.8426 | 10.6804 | 7.4425 |
Yxy | 10.6804 | 0.3020 | 0.4113 |
Hunter Lab | 32.6809 | -14.3560 | 9.3744 |
CIE-Lab | 39.0369 | -19.5519 | 13.1170 |
#416446 color RGB value is (65,100,70).
#416446 hex color red value is 65, green value is 100 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #416446 hue: 0.36 , saturation: 0.21 and the lightness value of 416446 is 0.32.
The process color (four color CMYK) of #416446 color hex is 0.35, 0.00, 0.30, 0.61. Web safe color of #416446 is #336633. Color #416446 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01100100 | 01000110 |
Octal | 101 | 144 | 106 |
Decimal | 65 | 100 | 70 |
Hex | 41 | 64 | 46 |
Shades of #416446
Tints of #416446
RGB Percentages of Color #416446
CMYK Percentages of Color #416446
Complementary Color
#416446 | #64415f |
#416446 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#416446 Color Preview on White Background
Lorem ipsum dolor sit amet.
#416446 Color CSS Codes
.mybgcolor {background-color:#416446; } .myforecolor {color:#416446; } .mybordercolor {border:3px solid #416446; }
#416446 Text Font Color
<p style="color:#416446">Text here</p>
This sample text font color is #416446
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.
#416446 Background Color
<div style="background-color:#416446">
Div content here</div>
This div background color is #416446
#416446 Border Color
<div style="border:3px solid #416446">
Div here</div>
This div border color is #416446
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,100,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #416446; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #416446; -webkit-box-shadow: 1px 1px 3px 2px #416446; box-shadow: 1px 1px 3px 2px #416446; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,100,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #416446">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #416446; -webkit-box-shadow: 1px 1px 3px 2px #416446; box-shadow: 1px 1px 3px 2px #416446;">
Div content here</div>
This div box has shadow with color #416446
Comments
No comments written yet.
Please login to write comment.