Shades of Woodland #5E6547
Tints of Woodland #5E6547
RGB
CMYK
RGB Variations
Color information
#5E6547 (or 0x5E6547) is known color: Woodland. HEX triplet: 5E, 65 and 47. RGB value is (94,101,71). Sum of RGB (Red+Green+Blue) = 94+101+71=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6547 is #A19AB8. Grayscale: #5F5F5F. Windows color (decimal): -10590905 or 4679006. OLE color: 4679006.
HSL color Cylindrical-coordinate representation of color #5E6547: hue angle of 74º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E6547 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 71 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.60 |
| HSL | 74º | 0.17% | 0.34% | - |
| HSV(B) | 74º | 0.3% | 0.4% | - |
| XYZ | 10.41 | 12.14 | 7.76 | - |
| YUV | 95.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 71 | 0.07 | 0 | 0.30 | 0.60 | 74 | 0.17 | 0.34 |
| Hex | 5E | 65 | 47 | 7 | 0 | 1E | 3C | 4A | 11 | 22 |
| Octal | 136 | 145 | 107 | 7 | 0 | 36 | 74 | 112 | 21 | 42 |
| Binary | 1011110 | 1100101 | 1000111 | 111 | 0 | 11110 | 111100 | 1001010 | 10001 | 100010 |
Color Harmonies of #5E6547
Complementary color
Monochromatic Colors of #5E6547
Black with #5E6547
Text Example
Text Example
White with #5E6547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6547; }
p { color: rgb(94,101,71); }
H1.HeaderClassName
{
color: #5E6547;
}
.AnyTagClassName
{
color: #5E6547;
}
</style>
background-color css
<style>
a { background-color: #5E6547; }
a { background-color: rgb(94,101,71); }
div.DivClassName
{
background-color: #5E6547;
}
.BgClassName
{
background-color: #5E6547;
}
</style>
border-color css
<style>
span { border-color: #5E6547; }
span { border-color: rgb(94,101,71); }
td.TdClassName
{
border-color: #5E6547;
}
.TagClassName
{
border-color: #5E6547;
}
</style>