Shades of Hunter Green #3E5E40
Tints of Hunter Green #3E5E40
RGB
CMYK
RGB Variations
Color information
#3E5E40 (or 0x3E5E40) is known color: Hunter Green. HEX triplet: 3E, 5E and 40. RGB value is (62,94,64). Sum of RGB (Red+Green+Blue) = 62+94+64=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 94 - color contains mainly: green. Hex color #3E5E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5E40 is #C1A1BF. Grayscale: #515151. Windows color (decimal): -12689856 or 4218430. OLE color: 4218430.
HSL color Cylindrical-coordinate representation of color #3E5E40: hue angle of 123.75º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E5E40 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
RGB | 62 | 94 | 64 | - |
CMYK | 0.34 | 0 | 0.32 | 0.63 |
HSL | 123.75º | 0.21% | 0.31% | - |
HSV(B) | 123.75º | 0.34% | 0.37% | - |
XYZ | 6.91 | 9.4 | 6.3 | - |
YUV | 81.01 | 118.4 | 114.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 94 | 64 | 0.34 | 0 | 0.32 | 0.63 | 123.75 | 0.21 | 0.31 |
Hex | 3E | 5E | 40 | 22 | 0 | 20 | 3F | 7C | 15 | 1F |
Octal | 76 | 136 | 100 | 42 | 0 | 40 | 77 | 174 | 25 | 37 |
Binary | 111110 | 1011110 | 1000000 | 100010 | 0 | 100000 | 111111 | 1111100 | 10101 | 11111 |
Color Harmonies of #3E5E40
Complementary color
Monochromatic Colors of #3E5E40
Black with #3E5E40
Text Example
Text Example
White with #3E5E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5E40; }
p { color: rgb(62,94,64); }
H1.HeaderClassName
{
color: #3E5E40;
}
.AnyTagClassName
{
color: #3E5E40;
}
</style>
background-color css
<style>
a { background-color: #3E5E40; }
a { background-color: rgb(62,94,64); }
div.DivClassName
{
background-color: #3E5E40;
}
.BgClassName
{
background-color: #3E5E40;
}
</style>
border-color css
<style>
span { border-color: #3E5E40; }
span { border-color: rgb(62,94,64); }
td.TdClassName
{
border-color: #3E5E40;
}
.TagClassName
{
border-color: #3E5E40;
}
</style>