Shades of Hunter Green #396A3A
Tints of Hunter Green #396A3A
RGB
CMYK
RGB Variations
Color information
#396A3A (or 0x396A3A) is known color: Hunter Green. HEX triplet: 39, 6A and 3A. RGB value is (57,106,58). Sum of RGB (Red+Green+Blue) = 57+106+58=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #396A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A3A is #C695C5. Grayscale: #565656. Windows color (decimal): -13014470 or 3828281. OLE color: 3828281.
HSL color Cylindrical-coordinate representation of color #396A3A: hue angle of 121.22º 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 #396A3A is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 58 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.58 |
| HSL | 121.22º | 0.3% | 0.32% | - |
| HSV(B) | 121.22º | 0.46% | 0.42% | - |
| XYZ | 7.61 | 11.48 | 5.82 | - |
| YUV | 85.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 58 | 0.46 | 0 | 0.45 | 0.58 | 121.22 | 0.3 | 0.32 |
| Hex | 39 | 6A | 3A | 2E | 0 | 2D | 3A | 79 | 1E | 20 |
| Octal | 71 | 152 | 72 | 56 | 0 | 55 | 72 | 171 | 36 | 40 |
| Binary | 111001 | 1101010 | 111010 | 101110 | 0 | 101101 | 111010 | 1111001 | 11110 | 100000 |
Color Harmonies of #396A3A
Complementary color
Monochromatic Colors of #396A3A
Black with #396A3A
Text Example
Text Example
White with #396A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A3A; }
p { color: rgb(57,106,58); }
H1.HeaderClassName
{
color: #396A3A;
}
.AnyTagClassName
{
color: #396A3A;
}
</style>
background-color css
<style>
a { background-color: #396A3A; }
a { background-color: rgb(57,106,58); }
div.DivClassName
{
background-color: #396A3A;
}
.BgClassName
{
background-color: #396A3A;
}
</style>
border-color css
<style>
span { border-color: #396A3A; }
span { border-color: rgb(57,106,58); }
td.TdClassName
{
border-color: #396A3A;
}
.TagClassName
{
border-color: #396A3A;
}
</style>