Shades of Woodland #575B46
Tints of Woodland #575B46
RGB
CMYK
RGB Variations
Color information
#575B46 (or 0x575B46) is known color: Woodland. HEX triplet: 57, 5B and 46. RGB value is (87,91,70). Sum of RGB (Red+Green+Blue) = 87+91+70=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #575B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B46 is #A8A4B9. Grayscale: #575757. Windows color (decimal): -11052218 or 4610903. OLE color: 4610903.
HSL color Cylindrical-coordinate representation of color #575B46: hue angle of 71.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575B46 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 91 | 70 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.64 |
| HSL | 71.43º | 0.13% | 0.32% | - |
| HSV(B) | 71.43º | 0.23% | 0.36% | - |
| XYZ | 8.78 | 9.95 | 7.25 | - |
| YUV | 87.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 70 | 0.04 | 0 | 0.23 | 0.64 | 71.43 | 0.13 | 0.32 |
| Hex | 57 | 5B | 46 | 4 | 0 | 17 | 40 | 47 | D | 20 |
| Octal | 127 | 133 | 106 | 4 | 0 | 27 | 100 | 107 | 15 | 40 |
| Binary | 1010111 | 1011011 | 1000110 | 100 | 0 | 10111 | 1000000 | 1000111 | 1101 | 100000 |
Color Harmonies of #575B46
Complementary color
Monochromatic Colors of #575B46
Black with #575B46
Text Example
Text Example
White with #575B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575B46; }
p { color: rgb(87,91,70); }
H1.HeaderClassName
{
color: #575B46;
}
.AnyTagClassName
{
color: #575B46;
}
</style>
background-color css
<style>
a { background-color: #575B46; }
a { background-color: rgb(87,91,70); }
div.DivClassName
{
background-color: #575B46;
}
.BgClassName
{
background-color: #575B46;
}
</style>
border-color css
<style>
span { border-color: #575B46; }
span { border-color: rgb(87,91,70); }
td.TdClassName
{
border-color: #575B46;
}
.TagClassName
{
border-color: #575B46;
}
</style>