Shades of Woodland #595B46
Tints of Woodland #595B46
RGB
CMYK
RGB Variations
Color information
#595B46 (or 0x595B46) is known color: Woodland. HEX triplet: 59, 5B and 46. RGB value is (89,91,70). Sum of RGB (Red+Green+Blue) = 89+91+70=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #595B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B46 is #A6A4B9. Grayscale: #585858. Windows color (decimal): -10921146 or 4610905. OLE color: 4610905.
HSL color Cylindrical-coordinate representation of color #595B46: hue angle of 65.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595B46 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 70 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.64 |
| HSL | 65.71º | 0.13% | 0.32% | - |
| HSV(B) | 65.71º | 0.23% | 0.36% | - |
| XYZ | 8.97 | 10.05 | 7.26 | - |
| YUV | 88.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 70 | 0.02 | 0 | 0.23 | 0.64 | 65.71 | 0.13 | 0.32 |
| Hex | 59 | 5B | 46 | 2 | 0 | 17 | 40 | 42 | D | 20 |
| Octal | 131 | 133 | 106 | 2 | 0 | 27 | 100 | 102 | 15 | 40 |
| Binary | 1011001 | 1011011 | 1000110 | 10 | 0 | 10111 | 1000000 | 1000010 | 1101 | 100000 |
Color Harmonies of #595B46
Complementary color
Monochromatic Colors of #595B46
Black with #595B46
Text Example
Text Example
White with #595B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B46; }
p { color: rgb(89,91,70); }
H1.HeaderClassName
{
color: #595B46;
}
.AnyTagClassName
{
color: #595B46;
}
</style>
background-color css
<style>
a { background-color: #595B46; }
a { background-color: rgb(89,91,70); }
div.DivClassName
{
background-color: #595B46;
}
.BgClassName
{
background-color: #595B46;
}
</style>
border-color css
<style>
span { border-color: #595B46; }
span { border-color: rgb(89,91,70); }
td.TdClassName
{
border-color: #595B46;
}
.TagClassName
{
border-color: #595B46;
}
</style>