Shades of Hunter Green #396845
Tints of Hunter Green #396845
RGB
CMYK
RGB Variations
Color information
#396845 (or 0x396845) is known color: Hunter Green. HEX triplet: 39, 68 and 45. RGB value is (57,104,69). Sum of RGB (Red+Green+Blue) = 57+104+69=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #396845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396845 is #C697BA. Grayscale: #565656. Windows color (decimal): -13014971 or 4548665. OLE color: 4548665.
HSL color Cylindrical-coordinate representation of color #396845: hue angle of 135.32º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396845 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 57 | 104 | 69 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.59 |
| HSL | 135.32º | 0.29% | 0.32% | - |
| HSV(B) | 135.32º | 0.45% | 0.41% | - |
| XYZ | 7.71 | 11.2 | 7.39 | - |
| YUV | 85.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 69 | 0.45 | 0 | 0.34 | 0.59 | 135.32 | 0.29 | 0.32 |
| Hex | 39 | 68 | 45 | 2D | 0 | 22 | 3B | 87 | 1D | 20 |
| Octal | 71 | 150 | 105 | 55 | 0 | 42 | 73 | 207 | 35 | 40 |
| Binary | 111001 | 1101000 | 1000101 | 101101 | 0 | 100010 | 111011 | 10000111 | 11101 | 100000 |
Color Harmonies of #396845
Complementary color
Monochromatic Colors of #396845
Black with #396845
Text Example
Text Example
White with #396845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396845; }
p { color: rgb(57,104,69); }
H1.HeaderClassName
{
color: #396845;
}
.AnyTagClassName
{
color: #396845;
}
</style>
background-color css
<style>
a { background-color: #396845; }
a { background-color: rgb(57,104,69); }
div.DivClassName
{
background-color: #396845;
}
.BgClassName
{
background-color: #396845;
}
</style>
border-color css
<style>
span { border-color: #396845; }
span { border-color: rgb(57,104,69); }
td.TdClassName
{
border-color: #396845;
}
.TagClassName
{
border-color: #396845;
}
</style>