Shades of Woodland #5E6844
Tints of Woodland #5E6844
RGB
CMYK
RGB Variations
Color information
#5E6844 (or 0x5E6844) is known color: Woodland. HEX triplet: 5E, 68 and 44. RGB value is (94,104,68). Sum of RGB (Red+Green+Blue) = 94+104+68=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6844 is #A197BB. Grayscale: #616161. Windows color (decimal): -10590140 or 4483166. OLE color: 4483166.
HSL color Cylindrical-coordinate representation of color #5E6844: hue angle of 76.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E6844 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 68 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.59 |
| HSL | 76.67º | 0.21% | 0.34% | - |
| HSV(B) | 76.67º | 0.35% | 0.41% | - |
| XYZ | 10.61 | 12.7 | 7.36 | - |
| YUV | 96.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 68 | 0.10 | 0 | 0.35 | 0.59 | 76.67 | 0.21 | 0.34 |
| Hex | 5E | 68 | 44 | A | 0 | 23 | 3B | 4D | 15 | 22 |
| Octal | 136 | 150 | 104 | 12 | 0 | 43 | 73 | 115 | 25 | 42 |
| Binary | 1011110 | 1101000 | 1000100 | 1010 | 0 | 100011 | 111011 | 1001101 | 10101 | 100010 |
Color Harmonies of #5E6844
Complementary color
Monochromatic Colors of #5E6844
Black with #5E6844
Text Example
Text Example
White with #5E6844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6844; }
p { color: rgb(94,104,68); }
H1.HeaderClassName
{
color: #5E6844;
}
.AnyTagClassName
{
color: #5E6844;
}
</style>
background-color css
<style>
a { background-color: #5E6844; }
a { background-color: rgb(94,104,68); }
div.DivClassName
{
background-color: #5E6844;
}
.BgClassName
{
background-color: #5E6844;
}
</style>
border-color css
<style>
span { border-color: #5E6844; }
span { border-color: rgb(94,104,68); }
td.TdClassName
{
border-color: #5E6844;
}
.TagClassName
{
border-color: #5E6844;
}
</style>