Shades of Hunter Green #396445
Tints of Hunter Green #396445
RGB
CMYK
RGB Variations
Color information
#396445 (or 0x396445) is known color: Hunter Green. HEX triplet: 39, 64 and 45. RGB value is (57,100,69). Sum of RGB (Red+Green+Blue) = 57+100+69=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #396445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396445 is #C69BBA. Grayscale: #535353. Windows color (decimal): -13015995 or 4547641. OLE color: 4547641.
HSL color Cylindrical-coordinate representation of color #396445: hue angle of 136.74º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #396445 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 57 | 100 | 69 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.61 |
| HSL | 136.74º | 0.27% | 0.31% | - |
| HSV(B) | 136.74º | 0.43% | 0.39% | - |
| XYZ | 7.32 | 10.41 | 7.25 | - |
| YUV | 83.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 100 | 69 | 0.43 | 0 | 0.31 | 0.61 | 136.74 | 0.27 | 0.31 |
| Hex | 39 | 64 | 45 | 2B | 0 | 1F | 3D | 89 | 1B | 1F |
| Octal | 71 | 144 | 105 | 53 | 0 | 37 | 75 | 211 | 33 | 37 |
| Binary | 111001 | 1100100 | 1000101 | 101011 | 0 | 11111 | 111101 | 10001001 | 11011 | 11111 |
Color Harmonies of #396445
Complementary color
Monochromatic Colors of #396445
Black with #396445
Text Example
Text Example
White with #396445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396445; }
p { color: rgb(57,100,69); }
H1.HeaderClassName
{
color: #396445;
}
.AnyTagClassName
{
color: #396445;
}
</style>
background-color css
<style>
a { background-color: #396445; }
a { background-color: rgb(57,100,69); }
div.DivClassName
{
background-color: #396445;
}
.BgClassName
{
background-color: #396445;
}
</style>
border-color css
<style>
span { border-color: #396445; }
span { border-color: rgb(57,100,69); }
td.TdClassName
{
border-color: #396445;
}
.TagClassName
{
border-color: #396445;
}
</style>