Shades of Hunter Green #3E6240
Tints of Hunter Green #3E6240
RGB
CMYK
RGB Variations
Color information
#3E6240 (or 0x3E6240) is known color: Hunter Green. HEX triplet: 3E, 62 and 40. RGB value is (62,98,64). Sum of RGB (Red+Green+Blue) = 62+98+64=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #3E6240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6240 is #C19DBF. Grayscale: #535353. Windows color (decimal): -12688832 or 4219454. OLE color: 4219454.
HSL color Cylindrical-coordinate representation of color #3E6240: hue angle of 123.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E6240 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 98 | 64 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.62 |
| HSL | 123.33º | 0.23% | 0.31% | - |
| HSV(B) | 123.33º | 0.37% | 0.38% | - |
| XYZ | 7.28 | 10.13 | 6.42 | - |
| YUV | 83.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 64 | 0.37 | 0 | 0.35 | 0.62 | 123.33 | 0.23 | 0.31 |
| Hex | 3E | 62 | 40 | 25 | 0 | 23 | 3E | 7B | 16 | 1F |
| Octal | 76 | 142 | 100 | 45 | 0 | 43 | 76 | 173 | 26 | 37 |
| Binary | 111110 | 1100010 | 1000000 | 100101 | 0 | 100011 | 111110 | 1111011 | 10110 | 11111 |
Color Harmonies of #3E6240
Complementary color
Monochromatic Colors of #3E6240
Black with #3E6240
Text Example
Text Example
White with #3E6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6240; }
p { color: rgb(62,98,64); }
H1.HeaderClassName
{
color: #3E6240;
}
.AnyTagClassName
{
color: #3E6240;
}
</style>
background-color css
<style>
a { background-color: #3E6240; }
a { background-color: rgb(62,98,64); }
div.DivClassName
{
background-color: #3E6240;
}
.BgClassName
{
background-color: #3E6240;
}
</style>
border-color css
<style>
span { border-color: #3E6240; }
span { border-color: rgb(62,98,64); }
td.TdClassName
{
border-color: #3E6240;
}
.TagClassName
{
border-color: #3E6240;
}
</style>