Shades of Hunter Green #3E6140
Tints of Hunter Green #3E6140
RGB
CMYK
RGB Variations
Color information
#3E6140 (or 0x3E6140) is known color: Hunter Green. HEX triplet: 3E, 61 and 40. RGB value is (62,97,64). Sum of RGB (Red+Green+Blue) = 62+97+64=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #3E6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6140 is #C19EBF. Grayscale: #525252. Windows color (decimal): -12689088 or 4219198. OLE color: 4219198.
HSL color Cylindrical-coordinate representation of color #3E6140: hue angle of 123.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E6140 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 97 | 64 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.62 |
| HSL | 123.43º | 0.22% | 0.31% | - |
| HSV(B) | 123.43º | 0.36% | 0.38% | - |
| XYZ | 7.19 | 9.94 | 6.39 | - |
| YUV | 82.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 97 | 64 | 0.36 | 0 | 0.34 | 0.62 | 123.43 | 0.22 | 0.31 |
| Hex | 3E | 61 | 40 | 24 | 0 | 22 | 3E | 7B | 16 | 1F |
| Octal | 76 | 141 | 100 | 44 | 0 | 42 | 76 | 173 | 26 | 37 |
| Binary | 111110 | 1100001 | 1000000 | 100100 | 0 | 100010 | 111110 | 1111011 | 10110 | 11111 |
Color Harmonies of #3E6140
Complementary color
Monochromatic Colors of #3E6140
Black with #3E6140
Text Example
Text Example
White with #3E6140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6140; }
p { color: rgb(62,97,64); }
H1.HeaderClassName
{
color: #3E6140;
}
.AnyTagClassName
{
color: #3E6140;
}
</style>
background-color css
<style>
a { background-color: #3E6140; }
a { background-color: rgb(62,97,64); }
div.DivClassName
{
background-color: #3E6140;
}
.BgClassName
{
background-color: #3E6140;
}
</style>
border-color css
<style>
span { border-color: #3E6140; }
span { border-color: rgb(62,97,64); }
td.TdClassName
{
border-color: #3E6140;
}
.TagClassName
{
border-color: #3E6140;
}
</style>