Shades of Hunter Green #396F43
Tints of Hunter Green #396F43
RGB
CMYK
RGB Variations
Color information
#396F43 (or 0x396F43) is known color: Hunter Green. HEX triplet: 39, 6F and 43. RGB value is (57,111,67). Sum of RGB (Red+Green+Blue) = 57+111+67=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #396F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396F43 is #C690BC. Grayscale: #595959. Windows color (decimal): -13013181 or 4419385. OLE color: 4419385.
HSL color Cylindrical-coordinate representation of color #396F43: hue angle of 131.11º 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 #396F43 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 111 | 67 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.56 |
| HSL | 131.11º | 0.32% | 0.33% | - |
| HSV(B) | 131.11º | 0.49% | 0.44% | - |
| XYZ | 8.38 | 12.64 | 7.31 | - |
| YUV | 89.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 111 | 67 | 0.49 | 0 | 0.40 | 0.56 | 131.11 | 0.32 | 0.33 |
| Hex | 39 | 6F | 43 | 31 | 0 | 28 | 38 | 83 | 20 | 21 |
| Octal | 71 | 157 | 103 | 61 | 0 | 50 | 70 | 203 | 40 | 41 |
| Binary | 111001 | 1101111 | 1000011 | 110001 | 0 | 101000 | 111000 | 10000011 | 100000 | 100001 |
Color Harmonies of #396F43
Complementary color
Monochromatic Colors of #396F43
Black with #396F43
Text Example
Text Example
White with #396F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396F43; }
p { color: rgb(57,111,67); }
H1.HeaderClassName
{
color: #396F43;
}
.AnyTagClassName
{
color: #396F43;
}
</style>
background-color css
<style>
a { background-color: #396F43; }
a { background-color: rgb(57,111,67); }
div.DivClassName
{
background-color: #396F43;
}
.BgClassName
{
background-color: #396F43;
}
</style>
border-color css
<style>
span { border-color: #396F43; }
span { border-color: rgb(57,111,67); }
td.TdClassName
{
border-color: #396F43;
}
.TagClassName
{
border-color: #396F43;
}
</style>