Shades of Woodland #595F3F
Tints of Woodland #595F3F
RGB
CMYK
RGB Variations
Color information
#595F3F (or 0x595F3F) is known color: Woodland. HEX triplet: 59, 5F and 3F. RGB value is (89,95,63). Sum of RGB (Red+Green+Blue) = 89+95+63=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #595F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595F3F is #A6A0C0. Grayscale: #595959. Windows color (decimal): -10920129 or 4153177. OLE color: 4153177.
HSL color Cylindrical-coordinate representation of color #595F3F: hue angle of 71.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595F3F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 63 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.63 |
| HSL | 71.25º | 0.2% | 0.31% | - |
| HSV(B) | 71.25º | 0.34% | 0.37% | - |
| XYZ | 9.11 | 10.67 | 6.28 | - |
| YUV | 89.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 63 | 0.06 | 0 | 0.34 | 0.63 | 71.25 | 0.2 | 0.31 |
| Hex | 59 | 5F | 3F | 6 | 0 | 22 | 3F | 47 | 14 | 1F |
| Octal | 131 | 137 | 77 | 6 | 0 | 42 | 77 | 107 | 24 | 37 |
| Binary | 1011001 | 1011111 | 111111 | 110 | 0 | 100010 | 111111 | 1000111 | 10100 | 11111 |
Color Harmonies of #595F3F
Complementary color
Monochromatic Colors of #595F3F
Black with #595F3F
Text Example
Text Example
White with #595F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F3F; }
p { color: rgb(89,95,63); }
H1.HeaderClassName
{
color: #595F3F;
}
.AnyTagClassName
{
color: #595F3F;
}
</style>
background-color css
<style>
a { background-color: #595F3F; }
a { background-color: rgb(89,95,63); }
div.DivClassName
{
background-color: #595F3F;
}
.BgClassName
{
background-color: #595F3F;
}
</style>
border-color css
<style>
span { border-color: #595F3F; }
span { border-color: rgb(89,95,63); }
td.TdClassName
{
border-color: #595F3F;
}
.TagClassName
{
border-color: #595F3F;
}
</style>