Shades of Woodland #5E6047
Tints of Woodland #5E6047
RGB
CMYK
RGB Variations
Color information
#5E6047 (or 0x5E6047) is known color: Woodland. HEX triplet: 5E, 60 and 47. RGB value is (94,96,71). Sum of RGB (Red+Green+Blue) = 94+96+71=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6047 is #A19FB8. Grayscale: #5C5C5C. Windows color (decimal): -10592185 or 4677726. OLE color: 4677726.
HSL color Cylindrical-coordinate representation of color #5E6047: hue angle of 64.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6047 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 71 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.62 |
| HSL | 64.8º | 0.15% | 0.33% | - |
| HSV(B) | 64.8º | 0.26% | 0.38% | - |
| XYZ | 9.94 | 11.2 | 7.6 | - |
| YUV | 92.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 71 | 0.02 | 0 | 0.26 | 0.62 | 64.8 | 0.15 | 0.33 |
| Hex | 5E | 60 | 47 | 2 | 0 | 1A | 3E | 41 | F | 21 |
| Octal | 136 | 140 | 107 | 2 | 0 | 32 | 76 | 101 | 17 | 41 |
| Binary | 1011110 | 1100000 | 1000111 | 10 | 0 | 11010 | 111110 | 1000001 | 1111 | 100001 |
Color Harmonies of #5E6047
Complementary color
Monochromatic Colors of #5E6047
Black with #5E6047
Text Example
Text Example
White with #5E6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6047; }
p { color: rgb(94,96,71); }
H1.HeaderClassName
{
color: #5E6047;
}
.AnyTagClassName
{
color: #5E6047;
}
</style>
background-color css
<style>
a { background-color: #5E6047; }
a { background-color: rgb(94,96,71); }
div.DivClassName
{
background-color: #5E6047;
}
.BgClassName
{
background-color: #5E6047;
}
</style>
border-color css
<style>
span { border-color: #5E6047; }
span { border-color: rgb(94,96,71); }
td.TdClassName
{
border-color: #5E6047;
}
.TagClassName
{
border-color: #5E6047;
}
</style>