Shades of Woodland #5E6449
Tints of Woodland #5E6449
RGB
CMYK
RGB Variations
Color information
#5E6449 (or 0x5E6449) is known color: Woodland. HEX triplet: 5E, 64 and 49. RGB value is (94,100,73). Sum of RGB (Red+Green+Blue) = 94+100+73=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6449 is #A19BB6. Grayscale: #5F5F5F. Windows color (decimal): -10591159 or 4809822. OLE color: 4809822.
HSL color Cylindrical-coordinate representation of color #5E6449: hue angle of 73.33º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6449 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 73 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.61 |
| HSL | 73.33º | 0.16% | 0.34% | - |
| HSV(B) | 73.33º | 0.27% | 0.39% | - |
| XYZ | 10.38 | 11.98 | 8.07 | - |
| YUV | 95.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 73 | 0.06 | 0 | 0.27 | 0.61 | 73.33 | 0.16 | 0.34 |
| Hex | 5E | 64 | 49 | 6 | 0 | 1B | 3D | 49 | 10 | 22 |
| Octal | 136 | 144 | 111 | 6 | 0 | 33 | 75 | 111 | 20 | 42 |
| Binary | 1011110 | 1100100 | 1001001 | 110 | 0 | 11011 | 111101 | 1001001 | 10000 | 100010 |
Color Harmonies of #5E6449
Complementary color
Monochromatic Colors of #5E6449
Black with #5E6449
Text Example
Text Example
White with #5E6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6449; }
p { color: rgb(94,100,73); }
H1.HeaderClassName
{
color: #5E6449;
}
.AnyTagClassName
{
color: #5E6449;
}
</style>
background-color css
<style>
a { background-color: #5E6449; }
a { background-color: rgb(94,100,73); }
div.DivClassName
{
background-color: #5E6449;
}
.BgClassName
{
background-color: #5E6449;
}
</style>
border-color css
<style>
span { border-color: #5E6449; }
span { border-color: rgb(94,100,73); }
td.TdClassName
{
border-color: #5E6449;
}
.TagClassName
{
border-color: #5E6449;
}
</style>