Shades of Woodland #5E6241
Tints of Woodland #5E6241
RGB
CMYK
RGB Variations
Color information
#5E6241 (or 0x5E6241) is known color: Woodland. HEX triplet: 5E, 62 and 41. RGB value is (94,98,65). Sum of RGB (Red+Green+Blue) = 94+98+65=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6241 is #A19DBE. Grayscale: #5D5D5D. Windows color (decimal): -10591679 or 4285022. OLE color: 4285022.
HSL color Cylindrical-coordinate representation of color #5E6241: hue angle of 67.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E6241 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 65 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.62 |
| HSL | 67.27º | 0.2% | 0.32% | - |
| HSV(B) | 67.27º | 0.34% | 0.38% | - |
| XYZ | 9.94 | 11.5 | 6.7 | - |
| YUV | 93.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 65 | 0.04 | 0 | 0.34 | 0.62 | 67.27 | 0.2 | 0.32 |
| Hex | 5E | 62 | 41 | 4 | 0 | 22 | 3E | 43 | 14 | 20 |
| Octal | 136 | 142 | 101 | 4 | 0 | 42 | 76 | 103 | 24 | 40 |
| Binary | 1011110 | 1100010 | 1000001 | 100 | 0 | 100010 | 111110 | 1000011 | 10100 | 100000 |
Color Harmonies of #5E6241
Complementary color
Monochromatic Colors of #5E6241
Black with #5E6241
Text Example
Text Example
White with #5E6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6241; }
p { color: rgb(94,98,65); }
H1.HeaderClassName
{
color: #5E6241;
}
.AnyTagClassName
{
color: #5E6241;
}
</style>
background-color css
<style>
a { background-color: #5E6241; }
a { background-color: rgb(94,98,65); }
div.DivClassName
{
background-color: #5E6241;
}
.BgClassName
{
background-color: #5E6241;
}
</style>
border-color css
<style>
span { border-color: #5E6241; }
span { border-color: rgb(94,98,65); }
td.TdClassName
{
border-color: #5E6241;
}
.TagClassName
{
border-color: #5E6241;
}
</style>