Shades of Hunter Green #3E5F41
Tints of Hunter Green #3E5F41
RGB
CMYK
RGB Variations
Color information
#3E5F41 (or 0x3E5F41) is known color: Hunter Green. HEX triplet: 3E, 5F and 41. RGB value is (62,95,65). Sum of RGB (Red+Green+Blue) = 62+95+65=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 95 - color contains mainly: green. Hex color #3E5F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5F41 is #C1A0BE. Grayscale: #515151. Windows color (decimal): -12689599 or 4284222. OLE color: 4284222.
HSL color Cylindrical-coordinate representation of color #3E5F41: hue angle of 125.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E5F41 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 95 | 65 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.63 |
| HSL | 125.45º | 0.21% | 0.31% | - |
| HSV(B) | 125.45º | 0.35% | 0.37% | - |
| XYZ | 7.03 | 9.59 | 6.48 | - |
| YUV | 81.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 65 | 0.35 | 0 | 0.32 | 0.63 | 125.45 | 0.21 | 0.31 |
| Hex | 3E | 5F | 41 | 23 | 0 | 20 | 3F | 7D | 15 | 1F |
| Octal | 76 | 137 | 101 | 43 | 0 | 40 | 77 | 175 | 25 | 37 |
| Binary | 111110 | 1011111 | 1000001 | 100011 | 0 | 100000 | 111111 | 1111101 | 10101 | 11111 |
Color Harmonies of #3E5F41
Complementary color
Monochromatic Colors of #3E5F41
Black with #3E5F41
Text Example
Text Example
White with #3E5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F41; }
p { color: rgb(62,95,65); }
H1.HeaderClassName
{
color: #3E5F41;
}
.AnyTagClassName
{
color: #3E5F41;
}
</style>
background-color css
<style>
a { background-color: #3E5F41; }
a { background-color: rgb(62,95,65); }
div.DivClassName
{
background-color: #3E5F41;
}
.BgClassName
{
background-color: #3E5F41;
}
</style>
border-color css
<style>
span { border-color: #3E5F41; }
span { border-color: rgb(62,95,65); }
td.TdClassName
{
border-color: #3E5F41;
}
.TagClassName
{
border-color: #3E5F41;
}
</style>