Shades of Hunter Green #3E5941
Tints of Hunter Green #3E5941
RGB
CMYK
RGB Variations
Color information
#3E5941 (or 0x3E5941) is known color: Hunter Green. HEX triplet: 3E, 59 and 41. RGB value is (62,89,65). Sum of RGB (Red+Green+Blue) = 62+89+65=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5941 is #C1A6BE. Grayscale: #4E4E4E. Windows color (decimal): -12691135 or 4282686. OLE color: 4282686.
HSL color Cylindrical-coordinate representation of color #3E5941: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5941 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 89 | 65 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.65 |
| HSL | 126.67º | 0.18% | 0.3% | - |
| HSV(B) | 126.67º | 0.3% | 0.35% | - |
| XYZ | 6.51 | 8.55 | 6.31 | - |
| YUV | 78.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 65 | 0.30 | 0 | 0.27 | 0.65 | 126.67 | 0.18 | 0.3 |
| Hex | 3E | 59 | 41 | 1E | 0 | 1B | 41 | 7F | 12 | 1E |
| Octal | 76 | 131 | 101 | 36 | 0 | 33 | 101 | 177 | 22 | 36 |
| Binary | 111110 | 1011001 | 1000001 | 11110 | 0 | 11011 | 1000001 | 1111111 | 10010 | 11110 |
Color Harmonies of #3E5941
Complementary color
Monochromatic Colors of #3E5941
Black with #3E5941
Text Example
Text Example
White with #3E5941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5941; }
p { color: rgb(62,89,65); }
H1.HeaderClassName
{
color: #3E5941;
}
.AnyTagClassName
{
color: #3E5941;
}
</style>
background-color css
<style>
a { background-color: #3E5941; }
a { background-color: rgb(62,89,65); }
div.DivClassName
{
background-color: #3E5941;
}
.BgClassName
{
background-color: #3E5941;
}
</style>
border-color css
<style>
span { border-color: #3E5941; }
span { border-color: rgb(62,89,65); }
td.TdClassName
{
border-color: #3E5941;
}
.TagClassName
{
border-color: #3E5941;
}
</style>