Shades of Woodland #5E6440
Tints of Woodland #5E6440
RGB
CMYK
RGB Variations
Color information
#5E6440 (or 0x5E6440) is known color: Woodland. HEX triplet: 5E, 64 and 40. RGB value is (94,100,64). Sum of RGB (Red+Green+Blue) = 94+100+64=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6440 is #A19BBF. Grayscale: #5E5E5E. Windows color (decimal): -10591168 or 4219998. OLE color: 4219998.
HSL color Cylindrical-coordinate representation of color #5E6440: hue angle of 70º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6440 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 64 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.61 |
| HSL | 70º | 0.22% | 0.32% | - |
| HSV(B) | 70º | 0.36% | 0.39% | - |
| XYZ | 10.1 | 11.86 | 6.61 | - |
| YUV | 94.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 64 | 0.06 | 0 | 0.36 | 0.61 | 70 | 0.22 | 0.32 |
| Hex | 5E | 64 | 40 | 6 | 0 | 24 | 3D | 46 | 16 | 20 |
| Octal | 136 | 144 | 100 | 6 | 0 | 44 | 75 | 106 | 26 | 40 |
| Binary | 1011110 | 1100100 | 1000000 | 110 | 0 | 100100 | 111101 | 1000110 | 10110 | 100000 |
Color Harmonies of #5E6440
Complementary color
Monochromatic Colors of #5E6440
Black with #5E6440
Text Example
Text Example
White with #5E6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6440; }
p { color: rgb(94,100,64); }
H1.HeaderClassName
{
color: #5E6440;
}
.AnyTagClassName
{
color: #5E6440;
}
</style>
background-color css
<style>
a { background-color: #5E6440; }
a { background-color: rgb(94,100,64); }
div.DivClassName
{
background-color: #5E6440;
}
.BgClassName
{
background-color: #5E6440;
}
</style>
border-color css
<style>
span { border-color: #5E6440; }
span { border-color: rgb(94,100,64); }
td.TdClassName
{
border-color: #5E6440;
}
.TagClassName
{
border-color: #5E6440;
}
</style>