Shades of Hunter Green #396D40
Tints of Hunter Green #396D40
RGB
CMYK
RGB Variations
Color information
#396D40 (or 0x396D40) is known color: Hunter Green. HEX triplet: 39, 6D and 40. RGB value is (57,109,64). Sum of RGB (Red+Green+Blue) = 57+109+64=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #396D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D40 is #C692BF. Grayscale: #585858. Windows color (decimal): -13013696 or 4222265. OLE color: 4222265.
HSL color Cylindrical-coordinate representation of color #396D40: hue angle of 128.08º 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 #396D40 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 64 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.57 |
| HSL | 128.08º | 0.31% | 0.33% | - |
| HSV(B) | 128.08º | 0.48% | 0.43% | - |
| XYZ | 8.08 | 12.18 | 6.78 | - |
| YUV | 88.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 64 | 0.48 | 0 | 0.41 | 0.57 | 128.08 | 0.31 | 0.33 |
| Hex | 39 | 6D | 40 | 30 | 0 | 29 | 39 | 80 | 1F | 21 |
| Octal | 71 | 155 | 100 | 60 | 0 | 51 | 71 | 200 | 37 | 41 |
| Binary | 111001 | 1101101 | 1000000 | 110000 | 0 | 101001 | 111001 | 10000000 | 11111 | 100001 |
Color Harmonies of #396D40
Complementary color
Monochromatic Colors of #396D40
Black with #396D40
Text Example
Text Example
White with #396D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D40; }
p { color: rgb(57,109,64); }
H1.HeaderClassName
{
color: #396D40;
}
.AnyTagClassName
{
color: #396D40;
}
</style>
background-color css
<style>
a { background-color: #396D40; }
a { background-color: rgb(57,109,64); }
div.DivClassName
{
background-color: #396D40;
}
.BgClassName
{
background-color: #396D40;
}
</style>
border-color css
<style>
span { border-color: #396D40; }
span { border-color: rgb(57,109,64); }
td.TdClassName
{
border-color: #396D40;
}
.TagClassName
{
border-color: #396D40;
}
</style>