Shades of Woodland #585F42
Tints of Woodland #585F42
RGB
CMYK
RGB Variations
Color information
#585F42 (or 0x585F42) is known color: Woodland. HEX triplet: 58, 5F and 42. RGB value is (88,95,66). Sum of RGB (Red+Green+Blue) = 88+95+66=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #585F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585F42 is #A7A0BD. Grayscale: #595959. Windows color (decimal): -10985662 or 4349784. OLE color: 4349784.
HSL color Cylindrical-coordinate representation of color #585F42: hue angle of 74.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585F42 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 66 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.63 |
| HSL | 74.48º | 0.18% | 0.32% | - |
| HSV(B) | 74.48º | 0.31% | 0.37% | - |
| XYZ | 9.1 | 10.65 | 6.73 | - |
| YUV | 89.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 66 | 0.07 | 0 | 0.31 | 0.63 | 74.48 | 0.18 | 0.32 |
| Hex | 58 | 5F | 42 | 7 | 0 | 1F | 3F | 4A | 12 | 20 |
| Octal | 130 | 137 | 102 | 7 | 0 | 37 | 77 | 112 | 22 | 40 |
| Binary | 1011000 | 1011111 | 1000010 | 111 | 0 | 11111 | 111111 | 1001010 | 10010 | 100000 |
Color Harmonies of #585F42
Complementary color
Monochromatic Colors of #585F42
Black with #585F42
Text Example
Text Example
White with #585F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F42; }
p { color: rgb(88,95,66); }
H1.HeaderClassName
{
color: #585F42;
}
.AnyTagClassName
{
color: #585F42;
}
</style>
background-color css
<style>
a { background-color: #585F42; }
a { background-color: rgb(88,95,66); }
div.DivClassName
{
background-color: #585F42;
}
.BgClassName
{
background-color: #585F42;
}
</style>
border-color css
<style>
span { border-color: #585F42; }
span { border-color: rgb(88,95,66); }
td.TdClassName
{
border-color: #585F42;
}
.TagClassName
{
border-color: #585F42;
}
</style>