Shades of Woodland #5A5F47
Tints of Woodland #5A5F47
RGB
CMYK
RGB Variations
Color information
#5A5F47 (or 0x5A5F47) is known color: Woodland. HEX triplet: 5A, 5F and 47. RGB value is (90,95,71). Sum of RGB (Red+Green+Blue) = 90+95+71=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F47 is #A5A0B8. Grayscale: #5A5A5A. Windows color (decimal): -10854585 or 4677466. OLE color: 4677466.
HSL color Cylindrical-coordinate representation of color #5A5F47: hue angle of 72.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A5F47 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 95 | 71 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.63 |
| HSL | 72.5º | 0.14% | 0.33% | - |
| HSV(B) | 72.5º | 0.25% | 0.37% | - |
| XYZ | 9.45 | 10.81 | 7.55 | - |
| YUV | 90.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 71 | 0.05 | 0 | 0.25 | 0.63 | 72.5 | 0.14 | 0.33 |
| Hex | 5A | 5F | 47 | 5 | 0 | 19 | 3F | 48 | E | 21 |
| Octal | 132 | 137 | 107 | 5 | 0 | 31 | 77 | 110 | 16 | 41 |
| Binary | 1011010 | 1011111 | 1000111 | 101 | 0 | 11001 | 111111 | 1001000 | 1110 | 100001 |
Color Harmonies of #5A5F47
Complementary color
Monochromatic Colors of #5A5F47
Black with #5A5F47
Text Example
Text Example
White with #5A5F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F47; }
p { color: rgb(90,95,71); }
H1.HeaderClassName
{
color: #5A5F47;
}
.AnyTagClassName
{
color: #5A5F47;
}
</style>
background-color css
<style>
a { background-color: #5A5F47; }
a { background-color: rgb(90,95,71); }
div.DivClassName
{
background-color: #5A5F47;
}
.BgClassName
{
background-color: #5A5F47;
}
</style>
border-color css
<style>
span { border-color: #5A5F47; }
span { border-color: rgb(90,95,71); }
td.TdClassName
{
border-color: #5A5F47;
}
.TagClassName
{
border-color: #5A5F47;
}
</style>