Shades of Hunter Green #396241
Tints of Hunter Green #396241
RGB
CMYK
RGB Variations
Color information
#396241 (or 0x396241) is known color: Hunter Green. HEX triplet: 39, 62 and 41. RGB value is (57,98,65). Sum of RGB (Red+Green+Blue) = 57+98+65=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #396241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396241 is #C69DBE. Grayscale: #525252. Windows color (decimal): -13016511 or 4284985. OLE color: 4284985.
HSL color Cylindrical-coordinate representation of color #396241: hue angle of 131.71º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396241 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 98 | 65 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.62 |
| HSL | 131.71º | 0.26% | 0.3% | - |
| HSV(B) | 131.71º | 0.42% | 0.38% | - |
| XYZ | 7.01 | 9.99 | 6.56 | - |
| YUV | 81.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 98 | 65 | 0.42 | 0 | 0.34 | 0.62 | 131.71 | 0.26 | 0.3 |
| Hex | 39 | 62 | 41 | 2A | 0 | 22 | 3E | 84 | 1A | 1E |
| Octal | 71 | 142 | 101 | 52 | 0 | 42 | 76 | 204 | 32 | 36 |
| Binary | 111001 | 1100010 | 1000001 | 101010 | 0 | 100010 | 111110 | 10000100 | 11010 | 11110 |
Color Harmonies of #396241
Complementary color
Monochromatic Colors of #396241
Black with #396241
Text Example
Text Example
White with #396241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396241; }
p { color: rgb(57,98,65); }
H1.HeaderClassName
{
color: #396241;
}
.AnyTagClassName
{
color: #396241;
}
</style>
background-color css
<style>
a { background-color: #396241; }
a { background-color: rgb(57,98,65); }
div.DivClassName
{
background-color: #396241;
}
.BgClassName
{
background-color: #396241;
}
</style>
border-color css
<style>
span { border-color: #396241; }
span { border-color: rgb(57,98,65); }
td.TdClassName
{
border-color: #396241;
}
.TagClassName
{
border-color: #396241;
}
</style>