Shades of Hunter Green #397044
Tints of Hunter Green #397044
RGB
CMYK
RGB Variations
Color information
#397044 (or 0x397044) is known color: Hunter Green. HEX triplet: 39, 70 and 44. RGB value is (57,112,68). Sum of RGB (Red+Green+Blue) = 57+112+68=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #397044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397044 is #C68FBB. Grayscale: #5A5A5A. Windows color (decimal): -13012924 or 4485177. OLE color: 4485177.
HSL color Cylindrical-coordinate representation of color #397044: hue angle of 132º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397044 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 68 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.56 |
| HSL | 132º | 0.33% | 0.33% | - |
| HSV(B) | 132º | 0.49% | 0.44% | - |
| XYZ | 8.52 | 12.88 | 7.5 | - |
| YUV | 90.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 68 | 0.49 | 0 | 0.39 | 0.56 | 132 | 0.33 | 0.33 |
| Hex | 39 | 70 | 44 | 31 | 0 | 27 | 38 | 84 | 21 | 21 |
| Octal | 71 | 160 | 104 | 61 | 0 | 47 | 70 | 204 | 41 | 41 |
| Binary | 111001 | 1110000 | 1000100 | 110001 | 0 | 100111 | 111000 | 10000100 | 100001 | 100001 |
Color Harmonies of #397044
Complementary color
Monochromatic Colors of #397044
Black with #397044
Text Example
Text Example
White with #397044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397044; }
p { color: rgb(57,112,68); }
H1.HeaderClassName
{
color: #397044;
}
.AnyTagClassName
{
color: #397044;
}
</style>
background-color css
<style>
a { background-color: #397044; }
a { background-color: rgb(57,112,68); }
div.DivClassName
{
background-color: #397044;
}
.BgClassName
{
background-color: #397044;
}
</style>
border-color css
<style>
span { border-color: #397044; }
span { border-color: rgb(57,112,68); }
td.TdClassName
{
border-color: #397044;
}
.TagClassName
{
border-color: #397044;
}
</style>