Shades of Woodland #595B4B
Tints of Woodland #595B4B
RGB
CMYK
RGB Variations
Color information
#595B4B (or 0x595B4B) is known color: Woodland. HEX triplet: 59, 5B and 4B. RGB value is (89,91,75). Sum of RGB (Red+Green+Blue) = 89+91+75=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #595B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595B4B is #A6A4B4. Grayscale: #585858. Windows color (decimal): -10921141 or 4938585. OLE color: 4938585.
HSL color Cylindrical-coordinate representation of color #595B4B: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #595B4B is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 91 | 75 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.64 |
| HSL | 67.5º | 0.1% | 0.33% | - |
| HSV(B) | 67.5º | 0.18% | 0.36% | - |
| XYZ | 9.13 | 10.11 | 8.13 | - |
| YUV | 88.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 75 | 0.02 | 0 | 0.18 | 0.64 | 67.5 | 0.1 | 0.33 |
| Hex | 59 | 5B | 4B | 2 | 0 | 12 | 40 | 44 | A | 21 |
| Octal | 131 | 133 | 113 | 2 | 0 | 22 | 100 | 104 | 12 | 41 |
| Binary | 1011001 | 1011011 | 1001011 | 10 | 0 | 10010 | 1000000 | 1000100 | 1010 | 100001 |
Color Harmonies of #595B4B
Complementary color
Monochromatic Colors of #595B4B
Black with #595B4B
Text Example
Text Example
White with #595B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595B4B; }
p { color: rgb(89,91,75); }
H1.HeaderClassName
{
color: #595B4B;
}
.AnyTagClassName
{
color: #595B4B;
}
</style>
background-color css
<style>
a { background-color: #595B4B; }
a { background-color: rgb(89,91,75); }
div.DivClassName
{
background-color: #595B4B;
}
.BgClassName
{
background-color: #595B4B;
}
</style>
border-color css
<style>
span { border-color: #595B4B; }
span { border-color: rgb(89,91,75); }
td.TdClassName
{
border-color: #595B4B;
}
.TagClassName
{
border-color: #595B4B;
}
</style>