Shades of Woodland #5E6246
Tints of Woodland #5E6246
RGB
CMYK
RGB Variations
Color information
#5E6246 (or 0x5E6246) is known color: Woodland. HEX triplet: 5E, 62 and 46. RGB value is (94,98,70). Sum of RGB (Red+Green+Blue) = 94+98+70=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6246 is #A19DB9. Grayscale: #5D5D5D. Windows color (decimal): -10591674 or 4612702. OLE color: 4612702.
HSL color Cylindrical-coordinate representation of color #5E6246: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6246 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 70 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.62 |
| HSL | 68.57º | 0.17% | 0.33% | - |
| HSV(B) | 68.57º | 0.29% | 0.38% | - |
| XYZ | 10.09 | 11.56 | 7.49 | - |
| YUV | 93.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 70 | 0.04 | 0 | 0.29 | 0.62 | 68.57 | 0.17 | 0.33 |
| Hex | 5E | 62 | 46 | 4 | 0 | 1D | 3E | 45 | 11 | 21 |
| Octal | 136 | 142 | 106 | 4 | 0 | 35 | 76 | 105 | 21 | 41 |
| Binary | 1011110 | 1100010 | 1000110 | 100 | 0 | 11101 | 111110 | 1000101 | 10001 | 100001 |
Color Harmonies of #5E6246
Complementary color
Monochromatic Colors of #5E6246
Black with #5E6246
Text Example
Text Example
White with #5E6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6246; }
p { color: rgb(94,98,70); }
H1.HeaderClassName
{
color: #5E6246;
}
.AnyTagClassName
{
color: #5E6246;
}
</style>
background-color css
<style>
a { background-color: #5E6246; }
a { background-color: rgb(94,98,70); }
div.DivClassName
{
background-color: #5E6246;
}
.BgClassName
{
background-color: #5E6246;
}
</style>
border-color css
<style>
span { border-color: #5E6246; }
span { border-color: rgb(94,98,70); }
td.TdClassName
{
border-color: #5E6246;
}
.TagClassName
{
border-color: #5E6246;
}
</style>