Shades of Woodland #5E6840
Tints of Woodland #5E6840
RGB
CMYK
RGB Variations
Color information
#5E6840 (or 0x5E6840) is known color: Woodland. HEX triplet: 5E, 68 and 40. RGB value is (94,104,64). Sum of RGB (Red+Green+Blue) = 94+104+64=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6840 is #A197BF. Grayscale: #606060. Windows color (decimal): -10590144 or 4221022. OLE color: 4221022.
HSL color Cylindrical-coordinate representation of color #5E6840: hue angle of 75º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6840 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 64 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.59 |
| HSL | 75º | 0.24% | 0.33% | - |
| HSV(B) | 75º | 0.38% | 0.41% | - |
| XYZ | 10.49 | 12.65 | 6.74 | - |
| YUV | 96.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 64 | 0.10 | 0 | 0.38 | 0.59 | 75 | 0.24 | 0.33 |
| Hex | 5E | 68 | 40 | A | 0 | 26 | 3B | 4B | 18 | 21 |
| Octal | 136 | 150 | 100 | 12 | 0 | 46 | 73 | 113 | 30 | 41 |
| Binary | 1011110 | 1101000 | 1000000 | 1010 | 0 | 100110 | 111011 | 1001011 | 11000 | 100001 |
Color Harmonies of #5E6840
Complementary color
Monochromatic Colors of #5E6840
Black with #5E6840
Text Example
Text Example
White with #5E6840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6840; }
p { color: rgb(94,104,64); }
H1.HeaderClassName
{
color: #5E6840;
}
.AnyTagClassName
{
color: #5E6840;
}
</style>
background-color css
<style>
a { background-color: #5E6840; }
a { background-color: rgb(94,104,64); }
div.DivClassName
{
background-color: #5E6840;
}
.BgClassName
{
background-color: #5E6840;
}
</style>
border-color css
<style>
span { border-color: #5E6840; }
span { border-color: rgb(94,104,64); }
td.TdClassName
{
border-color: #5E6840;
}
.TagClassName
{
border-color: #5E6840;
}
</style>