Shades of Woodland #596245
Tints of Woodland #596245
RGB
CMYK
RGB Variations
Color information
#596245 (or 0x596245) is known color: Woodland. HEX triplet: 59, 62 and 45. RGB value is (89,98,69). Sum of RGB (Red+Green+Blue) = 89+98+69=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #596245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596245 is #A69DBA. Grayscale: #5C5C5C. Windows color (decimal): -10919355 or 4547161. OLE color: 4547161.
HSL color Cylindrical-coordinate representation of color #596245: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596245 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 69 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.62 |
| HSL | 78.62º | 0.17% | 0.33% | - |
| HSV(B) | 78.62º | 0.3% | 0.38% | - |
| XYZ | 9.56 | 11.29 | 7.31 | - |
| YUV | 92 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 69 | 0.09 | 0 | 0.30 | 0.62 | 78.62 | 0.17 | 0.33 |
| Hex | 59 | 62 | 45 | 9 | 0 | 1E | 3E | 4F | 11 | 21 |
| Octal | 131 | 142 | 105 | 11 | 0 | 36 | 76 | 117 | 21 | 41 |
| Binary | 1011001 | 1100010 | 1000101 | 1001 | 0 | 11110 | 111110 | 1001111 | 10001 | 100001 |
Color Harmonies of #596245
Complementary color
Monochromatic Colors of #596245
Black with #596245
Text Example
Text Example
White with #596245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596245; }
p { color: rgb(89,98,69); }
H1.HeaderClassName
{
color: #596245;
}
.AnyTagClassName
{
color: #596245;
}
</style>
background-color css
<style>
a { background-color: #596245; }
a { background-color: rgb(89,98,69); }
div.DivClassName
{
background-color: #596245;
}
.BgClassName
{
background-color: #596245;
}
</style>
border-color css
<style>
span { border-color: #596245; }
span { border-color: rgb(89,98,69); }
td.TdClassName
{
border-color: #596245;
}
.TagClassName
{
border-color: #596245;
}
</style>