Shades of Hunter Green #396A3F
Tints of Hunter Green #396A3F
RGB
CMYK
RGB Variations
Color information
#396A3F (or 0x396A3F) is known color: Hunter Green. HEX triplet: 39, 6A and 3F. RGB value is (57,106,63). Sum of RGB (Red+Green+Blue) = 57+106+63=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #396A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A3F is #C695C0. Grayscale: #565656. Windows color (decimal): -13014465 or 4155961. OLE color: 4155961.
HSL color Cylindrical-coordinate representation of color #396A3F: hue angle of 127.35º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396A3F is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 63 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.58 |
| HSL | 127.35º | 0.3% | 0.32% | - |
| HSV(B) | 127.35º | 0.46% | 0.42% | - |
| XYZ | 7.74 | 11.54 | 6.52 | - |
| YUV | 86.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 63 | 0.46 | 0 | 0.41 | 0.58 | 127.35 | 0.3 | 0.32 |
| Hex | 39 | 6A | 3F | 2E | 0 | 29 | 3A | 7F | 1E | 20 |
| Octal | 71 | 152 | 77 | 56 | 0 | 51 | 72 | 177 | 36 | 40 |
| Binary | 111001 | 1101010 | 111111 | 101110 | 0 | 101001 | 111010 | 1111111 | 11110 | 100000 |
Color Harmonies of #396A3F
Complementary color
Monochromatic Colors of #396A3F
Black with #396A3F
Text Example
Text Example
White with #396A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A3F; }
p { color: rgb(57,106,63); }
H1.HeaderClassName
{
color: #396A3F;
}
.AnyTagClassName
{
color: #396A3F;
}
</style>
background-color css
<style>
a { background-color: #396A3F; }
a { background-color: rgb(57,106,63); }
div.DivClassName
{
background-color: #396A3F;
}
.BgClassName
{
background-color: #396A3F;
}
</style>
border-color css
<style>
span { border-color: #396A3F; }
span { border-color: rgb(57,106,63); }
td.TdClassName
{
border-color: #396A3F;
}
.TagClassName
{
border-color: #396A3F;
}
</style>