Shades of Hunter Green #396D3F
Tints of Hunter Green #396D3F
RGB
CMYK
RGB Variations
Color information
#396D3F (or 0x396D3F) is known color: Hunter Green. HEX triplet: 39, 6D and 3F. RGB value is (57,109,63). Sum of RGB (Red+Green+Blue) = 57+109+63=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #396D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D3F is #C692C0. Grayscale: #585858. Windows color (decimal): -13013697 or 4156729. OLE color: 4156729.
HSL color Cylindrical-coordinate representation of color #396D3F: hue angle of 126.92º 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 #396D3F is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 109 | 63 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.57 |
| HSL | 126.92º | 0.31% | 0.33% | - |
| HSV(B) | 126.92º | 0.48% | 0.43% | - |
| XYZ | 8.05 | 12.17 | 6.63 | - |
| YUV | 88.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 109 | 63 | 0.48 | 0 | 0.42 | 0.57 | 126.92 | 0.31 | 0.33 |
| Hex | 39 | 6D | 3F | 30 | 0 | 2A | 39 | 7F | 1F | 21 |
| Octal | 71 | 155 | 77 | 60 | 0 | 52 | 71 | 177 | 37 | 41 |
| Binary | 111001 | 1101101 | 111111 | 110000 | 0 | 101010 | 111001 | 1111111 | 11111 | 100001 |
Color Harmonies of #396D3F
Complementary color
Monochromatic Colors of #396D3F
Black with #396D3F
Text Example
Text Example
White with #396D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396D3F; }
p { color: rgb(57,109,63); }
H1.HeaderClassName
{
color: #396D3F;
}
.AnyTagClassName
{
color: #396D3F;
}
</style>
background-color css
<style>
a { background-color: #396D3F; }
a { background-color: rgb(57,109,63); }
div.DivClassName
{
background-color: #396D3F;
}
.BgClassName
{
background-color: #396D3F;
}
</style>
border-color css
<style>
span { border-color: #396D3F; }
span { border-color: rgb(57,109,63); }
td.TdClassName
{
border-color: #396D3F;
}
.TagClassName
{
border-color: #396D3F;
}
</style>