Shades of Hunter Green #396B3B
Tints of Hunter Green #396B3B
RGB
CMYK
RGB Variations
Color information
#396B3B (or 0x396B3B) is known color: Hunter Green. HEX triplet: 39, 6B and 3B. RGB value is (57,107,59). Sum of RGB (Red+Green+Blue) = 57+107+59=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #396B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B3B is #C694C4. Grayscale: #565656. Windows color (decimal): -13014213 or 3894073. OLE color: 3894073.
HSL color Cylindrical-coordinate representation of color #396B3B: hue angle of 122.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B3B is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 107 | 59 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.58 |
| HSL | 122.4º | 0.3% | 0.32% | - |
| HSV(B) | 122.4º | 0.47% | 0.42% | - |
| XYZ | 7.73 | 11.7 | 5.99 | - |
| YUV | 86.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 59 | 0.47 | 0 | 0.45 | 0.58 | 122.4 | 0.3 | 0.32 |
| Hex | 39 | 6B | 3B | 2F | 0 | 2D | 3A | 7A | 1E | 20 |
| Octal | 71 | 153 | 73 | 57 | 0 | 55 | 72 | 172 | 36 | 40 |
| Binary | 111001 | 1101011 | 111011 | 101111 | 0 | 101101 | 111010 | 1111010 | 11110 | 100000 |
Color Harmonies of #396B3B
Complementary color
Monochromatic Colors of #396B3B
Black with #396B3B
Text Example
Text Example
White with #396B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396B3B; }
p { color: rgb(57,107,59); }
H1.HeaderClassName
{
color: #396B3B;
}
.AnyTagClassName
{
color: #396B3B;
}
</style>
background-color css
<style>
a { background-color: #396B3B; }
a { background-color: rgb(57,107,59); }
div.DivClassName
{
background-color: #396B3B;
}
.BgClassName
{
background-color: #396B3B;
}
</style>
border-color css
<style>
span { border-color: #396B3B; }
span { border-color: rgb(57,107,59); }
td.TdClassName
{
border-color: #396B3B;
}
.TagClassName
{
border-color: #396B3B;
}
</style>