Shades of Hunter Green #396A44
Tints of Hunter Green #396A44
RGB
CMYK
RGB Variations
Color information
#396A44 (or 0x396A44) is known color: Hunter Green. HEX triplet: 39, 6A and 44. RGB value is (57,106,68). Sum of RGB (Red+Green+Blue) = 57+106+68=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #396A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A44 is #C695BB. Grayscale: #575757. Windows color (decimal): -13014460 or 4483641. OLE color: 4483641.
HSL color Cylindrical-coordinate representation of color #396A44: hue angle of 133.47º 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 #396A44 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 106 | 68 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.58 |
| HSL | 133.47º | 0.3% | 0.32% | - |
| HSV(B) | 133.47º | 0.46% | 0.42% | - |
| XYZ | 7.88 | 11.6 | 7.29 | - |
| YUV | 87.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 68 | 0.46 | 0 | 0.36 | 0.58 | 133.47 | 0.3 | 0.32 |
| Hex | 39 | 6A | 44 | 2E | 0 | 24 | 3A | 85 | 1E | 20 |
| Octal | 71 | 152 | 104 | 56 | 0 | 44 | 72 | 205 | 36 | 40 |
| Binary | 111001 | 1101010 | 1000100 | 101110 | 0 | 100100 | 111010 | 10000101 | 11110 | 100000 |
Color Harmonies of #396A44
Complementary color
Monochromatic Colors of #396A44
Black with #396A44
Text Example
Text Example
White with #396A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A44; }
p { color: rgb(57,106,68); }
H1.HeaderClassName
{
color: #396A44;
}
.AnyTagClassName
{
color: #396A44;
}
</style>
background-color css
<style>
a { background-color: #396A44; }
a { background-color: rgb(57,106,68); }
div.DivClassName
{
background-color: #396A44;
}
.BgClassName
{
background-color: #396A44;
}
</style>
border-color css
<style>
span { border-color: #396A44; }
span { border-color: rgb(57,106,68); }
td.TdClassName
{
border-color: #396A44;
}
.TagClassName
{
border-color: #396A44;
}
</style>