Shades of Woodland #595C46
Tints of Woodland #595C46
RGB
CMYK
RGB Variations
Color information
#595C46 (or 0x595C46) is known color: Woodland. HEX triplet: 59, 5C and 46. RGB value is (89,92,70). Sum of RGB (Red+Green+Blue) = 89+92+70=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #595C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595C46 is #A6A3B9. Grayscale: #585858. Windows color (decimal): -10920890 or 4611161. OLE color: 4611161.
HSL color Cylindrical-coordinate representation of color #595C46: hue angle of 68.18º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #595C46 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 70 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.64 |
| HSL | 68.18º | 0.14% | 0.32% | - |
| HSV(B) | 68.18º | 0.24% | 0.36% | - |
| XYZ | 9.05 | 10.22 | 7.29 | - |
| YUV | 88.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 70 | 0.03 | 0 | 0.24 | 0.64 | 68.18 | 0.14 | 0.32 |
| Hex | 59 | 5C | 46 | 3 | 0 | 18 | 40 | 44 | E | 20 |
| Octal | 131 | 134 | 106 | 3 | 0 | 30 | 100 | 104 | 16 | 40 |
| Binary | 1011001 | 1011100 | 1000110 | 11 | 0 | 11000 | 1000000 | 1000100 | 1110 | 100000 |
Color Harmonies of #595C46
Complementary color
Monochromatic Colors of #595C46
Black with #595C46
Text Example
Text Example
White with #595C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C46; }
p { color: rgb(89,92,70); }
H1.HeaderClassName
{
color: #595C46;
}
.AnyTagClassName
{
color: #595C46;
}
</style>
background-color css
<style>
a { background-color: #595C46; }
a { background-color: rgb(89,92,70); }
div.DivClassName
{
background-color: #595C46;
}
.BgClassName
{
background-color: #595C46;
}
</style>
border-color css
<style>
span { border-color: #595C46; }
span { border-color: rgb(89,92,70); }
td.TdClassName
{
border-color: #595C46;
}
.TagClassName
{
border-color: #595C46;
}
</style>