Shades of Hunter Green #3E5D41
Tints of Hunter Green #3E5D41
RGB
CMYK
RGB Variations
Color information
#3E5D41 (or 0x3E5D41) is known color: Hunter Green. HEX triplet: 3E, 5D and 41. RGB value is (62,93,65). Sum of RGB (Red+Green+Blue) = 62+93+65=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5D41 is #C1A2BE. Grayscale: #505050. Windows color (decimal): -12690111 or 4283710. OLE color: 4283710.
HSL color Cylindrical-coordinate representation of color #3E5D41: hue angle of 125.81º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E5D41 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 93 | 65 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.64 |
| HSL | 125.81º | 0.2% | 0.3% | - |
| HSV(B) | 125.81º | 0.33% | 0.36% | - |
| XYZ | 6.86 | 9.23 | 6.42 | - |
| YUV | 80.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 65 | 0.33 | 0 | 0.30 | 0.64 | 125.81 | 0.2 | 0.3 |
| Hex | 3E | 5D | 41 | 21 | 0 | 1E | 40 | 7E | 14 | 1E |
| Octal | 76 | 135 | 101 | 41 | 0 | 36 | 100 | 176 | 24 | 36 |
| Binary | 111110 | 1011101 | 1000001 | 100001 | 0 | 11110 | 1000000 | 1111110 | 10100 | 11110 |
Color Harmonies of #3E5D41
Complementary color
Monochromatic Colors of #3E5D41
Black with #3E5D41
Text Example
Text Example
White with #3E5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D41; }
p { color: rgb(62,93,65); }
H1.HeaderClassName
{
color: #3E5D41;
}
.AnyTagClassName
{
color: #3E5D41;
}
</style>
background-color css
<style>
a { background-color: #3E5D41; }
a { background-color: rgb(62,93,65); }
div.DivClassName
{
background-color: #3E5D41;
}
.BgClassName
{
background-color: #3E5D41;
}
</style>
border-color css
<style>
span { border-color: #3E5D41; }
span { border-color: rgb(62,93,65); }
td.TdClassName
{
border-color: #3E5D41;
}
.TagClassName
{
border-color: #3E5D41;
}
</style>