Shades of Woodland #585B42
Tints of Woodland #585B42
RGB
CMYK
RGB Variations
Color information
#585B42 (or 0x585B42) is known color: Woodland. HEX triplet: 58, 5B and 42. RGB value is (88,91,66). Sum of RGB (Red+Green+Blue) = 88+91+66=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #585B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585B42 is #A7A4BD. Grayscale: #575757. Windows color (decimal): -10986686 or 4348760. OLE color: 4348760.
HSL color Cylindrical-coordinate representation of color #585B42: hue angle of 67.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585B42 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 91 | 66 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.64 |
| HSL | 67.2º | 0.16% | 0.31% | - |
| HSV(B) | 67.2º | 0.27% | 0.36% | - |
| XYZ | 8.75 | 9.95 | 6.61 | - |
| YUV | 87.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 66 | 0.03 | 0 | 0.27 | 0.64 | 67.2 | 0.16 | 0.31 |
| Hex | 58 | 5B | 42 | 3 | 0 | 1B | 40 | 43 | 10 | 1F |
| Octal | 130 | 133 | 102 | 3 | 0 | 33 | 100 | 103 | 20 | 37 |
| Binary | 1011000 | 1011011 | 1000010 | 11 | 0 | 11011 | 1000000 | 1000011 | 10000 | 11111 |
Color Harmonies of #585B42
Complementary color
Monochromatic Colors of #585B42
Black with #585B42
Text Example
Text Example
White with #585B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585B42; }
p { color: rgb(88,91,66); }
H1.HeaderClassName
{
color: #585B42;
}
.AnyTagClassName
{
color: #585B42;
}
</style>
background-color css
<style>
a { background-color: #585B42; }
a { background-color: rgb(88,91,66); }
div.DivClassName
{
background-color: #585B42;
}
.BgClassName
{
background-color: #585B42;
}
</style>
border-color css
<style>
span { border-color: #585B42; }
span { border-color: rgb(88,91,66); }
td.TdClassName
{
border-color: #585B42;
}
.TagClassName
{
border-color: #585B42;
}
</style>