Shades of Hunter Green #396D47
Tints of Hunter Green #396D47
RGB
CMYK
RGB Variations
Color information
#396D47 (or 0x396D47) is known color: Hunter Green. HEX triplet: 39, 6D and 47. RGB value is (57,109,71). Sum of RGB (Red+Green+Blue) = 57+109+71=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #396D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D47 is #C692B8. Grayscale: #595959. Windows color (decimal): -13013689 or 4681017. OLE color: 4681017.
HSL color Cylindrical-coordinate representation of color #396D47: hue angle of 136.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D47 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 71 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.57 |
| HSL | 136.15º | 0.31% | 0.33% | - |
| HSV(B) | 136.15º | 0.48% | 0.43% | - |
| XYZ | 8.29 | 12.26 | 7.89 | - |
| YUV | 89.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 71 | 0.48 | 0 | 0.35 | 0.57 | 136.15 | 0.31 | 0.33 |
| Hex | 39 | 6D | 47 | 30 | 0 | 23 | 39 | 88 | 1F | 21 |
| Octal | 71 | 155 | 107 | 60 | 0 | 43 | 71 | 210 | 37 | 41 |
| Binary | 111001 | 1101101 | 1000111 | 110000 | 0 | 100011 | 111001 | 10001000 | 11111 | 100001 |
Color Harmonies of #396D47
Complementary color
Monochromatic Colors of #396D47
Black with #396D47
Text Example
Text Example
White with #396D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D47; }
p { color: rgb(57,109,71); }
H1.HeaderClassName
{
color: #396D47;
}
.AnyTagClassName
{
color: #396D47;
}
</style>
background-color css
<style>
a { background-color: #396D47; }
a { background-color: rgb(57,109,71); }
div.DivClassName
{
background-color: #396D47;
}
.BgClassName
{
background-color: #396D47;
}
</style>
border-color css
<style>
span { border-color: #396D47; }
span { border-color: rgb(57,109,71); }
td.TdClassName
{
border-color: #396D47;
}
.TagClassName
{
border-color: #396D47;
}
</style>