Shades of Woodland #596144
Tints of Woodland #596144
RGB
CMYK
RGB Variations
Color information
#596144 (or 0x596144) is known color: Woodland. HEX triplet: 59, 61 and 44. RGB value is (89,97,68). Sum of RGB (Red+Green+Blue) = 89+97+68=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #596144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596144 is #A69EBB. Grayscale: #5B5B5B. Windows color (decimal): -10919612 or 4481369. OLE color: 4481369.
HSL color Cylindrical-coordinate representation of color #596144: hue angle of 76.55º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596144 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 97 | 68 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.62 |
| HSL | 76.55º | 0.18% | 0.32% | - |
| HSV(B) | 76.55º | 0.3% | 0.38% | - |
| XYZ | 9.44 | 11.09 | 7.11 | - |
| YUV | 91.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 68 | 0.08 | 0 | 0.30 | 0.62 | 76.55 | 0.18 | 0.32 |
| Hex | 59 | 61 | 44 | 8 | 0 | 1E | 3E | 4D | 12 | 20 |
| Octal | 131 | 141 | 104 | 10 | 0 | 36 | 76 | 115 | 22 | 40 |
| Binary | 1011001 | 1100001 | 1000100 | 1000 | 0 | 11110 | 111110 | 1001101 | 10010 | 100000 |
Color Harmonies of #596144
Complementary color
Monochromatic Colors of #596144
Black with #596144
Text Example
Text Example
White with #596144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596144; }
p { color: rgb(89,97,68); }
H1.HeaderClassName
{
color: #596144;
}
.AnyTagClassName
{
color: #596144;
}
</style>
background-color css
<style>
a { background-color: #596144; }
a { background-color: rgb(89,97,68); }
div.DivClassName
{
background-color: #596144;
}
.BgClassName
{
background-color: #596144;
}
</style>
border-color css
<style>
span { border-color: #596144; }
span { border-color: rgb(89,97,68); }
td.TdClassName
{
border-color: #596144;
}
.TagClassName
{
border-color: #596144;
}
</style>