Shades of Hunter Green #3E6842
Tints of Hunter Green #3E6842
RGB
CMYK
RGB Variations
Color information
#3E6842 (or 0x3E6842) is known color: Hunter Green. HEX triplet: 3E, 68 and 42. RGB value is (62,104,66). Sum of RGB (Red+Green+Blue) = 62+104+66=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #3E6842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E6842 is #C197BD. Grayscale: #575757. Windows color (decimal): -12687294 or 4352062. OLE color: 4352062.
HSL color Cylindrical-coordinate representation of color #3E6842: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6842 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 62 | 104 | 66 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.59 |
| HSL | 125.71º | 0.25% | 0.33% | - |
| HSV(B) | 125.71º | 0.4% | 0.41% | - |
| XYZ | 7.92 | 11.32 | 6.92 | - |
| YUV | 87.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 66 | 0.40 | 0 | 0.37 | 0.59 | 125.71 | 0.25 | 0.33 |
| Hex | 3E | 68 | 42 | 28 | 0 | 25 | 3B | 7E | 19 | 21 |
| Octal | 76 | 150 | 102 | 50 | 0 | 45 | 73 | 176 | 31 | 41 |
| Binary | 111110 | 1101000 | 1000010 | 101000 | 0 | 100101 | 111011 | 1111110 | 11001 | 100001 |
Color Harmonies of #3E6842
Complementary color
Monochromatic Colors of #3E6842
Black with #3E6842
Text Example
Text Example
White with #3E6842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6842; }
p { color: rgb(62,104,66); }
H1.HeaderClassName
{
color: #3E6842;
}
.AnyTagClassName
{
color: #3E6842;
}
</style>
background-color css
<style>
a { background-color: #3E6842; }
a { background-color: rgb(62,104,66); }
div.DivClassName
{
background-color: #3E6842;
}
.BgClassName
{
background-color: #3E6842;
}
</style>
border-color css
<style>
span { border-color: #3E6842; }
span { border-color: rgb(62,104,66); }
td.TdClassName
{
border-color: #3E6842;
}
.TagClassName
{
border-color: #3E6842;
}
</style>