Shades of Woodland #596146
Tints of Woodland #596146
RGB
CMYK
RGB Variations
Color information
#596146 (or 0x596146) is known color: Woodland. HEX triplet: 59, 61 and 46. RGB value is (89,97,70). Sum of RGB (Red+Green+Blue) = 89+97+70=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #596146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596146 is #A69EB9. Grayscale: #5B5B5B. Windows color (decimal): -10919610 or 4612441. OLE color: 4612441.
HSL color Cylindrical-coordinate representation of color #596146: hue angle of 77.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596146 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 97 | 70 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.62 |
| HSL | 77.78º | 0.16% | 0.33% | - |
| HSV(B) | 77.78º | 0.28% | 0.38% | - |
| XYZ | 9.5 | 11.12 | 7.44 | - |
| YUV | 91.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 70 | 0.08 | 0 | 0.28 | 0.62 | 77.78 | 0.16 | 0.33 |
| Hex | 59 | 61 | 46 | 8 | 0 | 1C | 3E | 4E | 10 | 21 |
| Octal | 131 | 141 | 106 | 10 | 0 | 34 | 76 | 116 | 20 | 41 |
| Binary | 1011001 | 1100001 | 1000110 | 1000 | 0 | 11100 | 111110 | 1001110 | 10000 | 100001 |
Color Harmonies of #596146
Complementary color
Monochromatic Colors of #596146
Black with #596146
Text Example
Text Example
White with #596146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596146; }
p { color: rgb(89,97,70); }
H1.HeaderClassName
{
color: #596146;
}
.AnyTagClassName
{
color: #596146;
}
</style>
background-color css
<style>
a { background-color: #596146; }
a { background-color: rgb(89,97,70); }
div.DivClassName
{
background-color: #596146;
}
.BgClassName
{
background-color: #596146;
}
</style>
border-color css
<style>
span { border-color: #596146; }
span { border-color: rgb(89,97,70); }
td.TdClassName
{
border-color: #596146;
}
.TagClassName
{
border-color: #596146;
}
</style>