Shades of Hunter Green #3E6040
Tints of Hunter Green #3E6040
RGB
CMYK
RGB Variations
Color information
#3E6040 (or 0x3E6040) is known color: Hunter Green. HEX triplet: 3E, 60 and 40. RGB value is (62,96,64). Sum of RGB (Red+Green+Blue) = 62+96+64=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #3E6040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6040 is #C19FBF. Grayscale: #525252. Windows color (decimal): -12689344 or 4218942. OLE color: 4218942.
HSL color Cylindrical-coordinate representation of color #3E6040: hue angle of 123.53º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E6040 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 96 | 64 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.62 |
| HSL | 123.53º | 0.22% | 0.31% | - |
| HSV(B) | 123.53º | 0.35% | 0.38% | - |
| XYZ | 7.09 | 9.76 | 6.36 | - |
| YUV | 82.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 64 | 0.35 | 0 | 0.33 | 0.62 | 123.53 | 0.22 | 0.31 |
| Hex | 3E | 60 | 40 | 23 | 0 | 21 | 3E | 7C | 16 | 1F |
| Octal | 76 | 140 | 100 | 43 | 0 | 41 | 76 | 174 | 26 | 37 |
| Binary | 111110 | 1100000 | 1000000 | 100011 | 0 | 100001 | 111110 | 1111100 | 10110 | 11111 |
Color Harmonies of #3E6040
Complementary color
Monochromatic Colors of #3E6040
Black with #3E6040
Text Example
Text Example
White with #3E6040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6040; }
p { color: rgb(62,96,64); }
H1.HeaderClassName
{
color: #3E6040;
}
.AnyTagClassName
{
color: #3E6040;
}
</style>
background-color css
<style>
a { background-color: #3E6040; }
a { background-color: rgb(62,96,64); }
div.DivClassName
{
background-color: #3E6040;
}
.BgClassName
{
background-color: #3E6040;
}
</style>
border-color css
<style>
span { border-color: #3E6040; }
span { border-color: rgb(62,96,64); }
td.TdClassName
{
border-color: #3E6040;
}
.TagClassName
{
border-color: #3E6040;
}
</style>