Shades of Hunter Green #396F40
Tints of Hunter Green #396F40
RGB
CMYK
RGB Variations
Color information
#396F40 (or 0x396F40) is known color: Hunter Green. HEX triplet: 39, 6F and 40. RGB value is (57,111,64). Sum of RGB (Red+Green+Blue) = 57+111+64=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #396F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F40 is #C690BF. Grayscale: #595959. Windows color (decimal): -13013184 or 4222777. OLE color: 4222777.
HSL color Cylindrical-coordinate representation of color #396F40: hue angle of 127.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396F40 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 64 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.56 |
| HSL | 127.78º | 0.32% | 0.33% | - |
| HSV(B) | 127.78º | 0.49% | 0.44% | - |
| XYZ | 8.3 | 12.61 | 6.85 | - |
| YUV | 89.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 64 | 0.49 | 0 | 0.42 | 0.56 | 127.78 | 0.32 | 0.33 |
| Hex | 39 | 6F | 40 | 31 | 0 | 2A | 38 | 80 | 20 | 21 |
| Octal | 71 | 157 | 100 | 61 | 0 | 52 | 70 | 200 | 40 | 41 |
| Binary | 111001 | 1101111 | 1000000 | 110001 | 0 | 101010 | 111000 | 10000000 | 100000 | 100001 |
Color Harmonies of #396F40
Complementary color
Monochromatic Colors of #396F40
Black with #396F40
Text Example
Text Example
White with #396F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F40; }
p { color: rgb(57,111,64); }
H1.HeaderClassName
{
color: #396F40;
}
.AnyTagClassName
{
color: #396F40;
}
</style>
background-color css
<style>
a { background-color: #396F40; }
a { background-color: rgb(57,111,64); }
div.DivClassName
{
background-color: #396F40;
}
.BgClassName
{
background-color: #396F40;
}
</style>
border-color css
<style>
span { border-color: #396F40; }
span { border-color: rgb(57,111,64); }
td.TdClassName
{
border-color: #396F40;
}
.TagClassName
{
border-color: #396F40;
}
</style>