Shades of Hunter Green #396344
Tints of Hunter Green #396344
RGB
CMYK
RGB Variations
Color information
#396344 (or 0x396344) is known color: Hunter Green. HEX triplet: 39, 63 and 44. RGB value is (57,99,68). Sum of RGB (Red+Green+Blue) = 57+99+68=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #396344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396344 is #C69CBB. Grayscale: #525252. Windows color (decimal): -13016252 or 4481849. OLE color: 4481849.
HSL color Cylindrical-coordinate representation of color #396344: hue angle of 135.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396344 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 99 | 68 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.61 |
| HSL | 135.71º | 0.27% | 0.31% | - |
| HSV(B) | 135.71º | 0.42% | 0.39% | - |
| XYZ | 7.19 | 10.21 | 7.06 | - |
| YUV | 82.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 99 | 68 | 0.42 | 0 | 0.31 | 0.61 | 135.71 | 0.27 | 0.31 |
| Hex | 39 | 63 | 44 | 2A | 0 | 1F | 3D | 88 | 1B | 1F |
| Octal | 71 | 143 | 104 | 52 | 0 | 37 | 75 | 210 | 33 | 37 |
| Binary | 111001 | 1100011 | 1000100 | 101010 | 0 | 11111 | 111101 | 10001000 | 11011 | 11111 |
Color Harmonies of #396344
Complementary color
Monochromatic Colors of #396344
Black with #396344
Text Example
Text Example
White with #396344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396344; }
p { color: rgb(57,99,68); }
H1.HeaderClassName
{
color: #396344;
}
.AnyTagClassName
{
color: #396344;
}
</style>
background-color css
<style>
a { background-color: #396344; }
a { background-color: rgb(57,99,68); }
div.DivClassName
{
background-color: #396344;
}
.BgClassName
{
background-color: #396344;
}
</style>
border-color css
<style>
span { border-color: #396344; }
span { border-color: rgb(57,99,68); }
td.TdClassName
{
border-color: #396344;
}
.TagClassName
{
border-color: #396344;
}
</style>