Shades of Hunter Green #396E3E
Tints of Hunter Green #396E3E
RGB
CMYK
RGB Variations
Color information
#396E3E (or 0x396E3E) is known color: Hunter Green. HEX triplet: 39, 6E and 3E. RGB value is (57,110,62). Sum of RGB (Red+Green+Blue) = 57+110+62=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #396E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E3E is #C691C1. Grayscale: #585858. Windows color (decimal): -13013442 or 4091449. OLE color: 4091449.
HSL color Cylindrical-coordinate representation of color #396E3E: hue angle of 125.66º degrees, saturation: 0.32, 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 #396E3E is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 110 | 62 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.57 |
| HSL | 125.66º | 0.32% | 0.33% | - |
| HSV(B) | 125.66º | 0.48% | 0.43% | - |
| XYZ | 8.13 | 12.37 | 6.52 | - |
| YUV | 88.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 62 | 0.48 | 0 | 0.44 | 0.57 | 125.66 | 0.32 | 0.33 |
| Hex | 39 | 6E | 3E | 30 | 0 | 2C | 39 | 7E | 20 | 21 |
| Octal | 71 | 156 | 76 | 60 | 0 | 54 | 71 | 176 | 40 | 41 |
| Binary | 111001 | 1101110 | 111110 | 110000 | 0 | 101100 | 111001 | 1111110 | 100000 | 100001 |
Color Harmonies of #396E3E
Complementary color
Monochromatic Colors of #396E3E
Black with #396E3E
Text Example
Text Example
White with #396E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396E3E; }
p { color: rgb(57,110,62); }
H1.HeaderClassName
{
color: #396E3E;
}
.AnyTagClassName
{
color: #396E3E;
}
</style>
background-color css
<style>
a { background-color: #396E3E; }
a { background-color: rgb(57,110,62); }
div.DivClassName
{
background-color: #396E3E;
}
.BgClassName
{
background-color: #396E3E;
}
</style>
border-color css
<style>
span { border-color: #396E3E; }
span { border-color: rgb(57,110,62); }
td.TdClassName
{
border-color: #396E3E;
}
.TagClassName
{
border-color: #396E3E;
}
</style>