Shades of Woodland #5E6749
Tints of Woodland #5E6749
RGB
CMYK
RGB Variations
Color information
#5E6749 (or 0x5E6749) is known color: Woodland. HEX triplet: 5E, 67 and 49. RGB value is (94,103,73). Sum of RGB (Red+Green+Blue) = 94+103+73=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6749 is #A198B6. Grayscale: #616161. Windows color (decimal): -10590391 or 4810590. OLE color: 4810590.
HSL color Cylindrical-coordinate representation of color #5E6749: hue angle of 78º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6749 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 73 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.60 |
| HSL | 78º | 0.17% | 0.35% | - |
| HSV(B) | 78º | 0.29% | 0.4% | - |
| XYZ | 10.67 | 12.56 | 8.17 | - |
| YUV | 96.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 73 | 0.09 | 0 | 0.29 | 0.60 | 78 | 0.17 | 0.35 |
| Hex | 5E | 67 | 49 | 9 | 0 | 1D | 3C | 4E | 11 | 23 |
| Octal | 136 | 147 | 111 | 11 | 0 | 35 | 74 | 116 | 21 | 43 |
| Binary | 1011110 | 1100111 | 1001001 | 1001 | 0 | 11101 | 111100 | 1001110 | 10001 | 100011 |
Color Harmonies of #5E6749
Complementary color
Monochromatic Colors of #5E6749
Black with #5E6749
Text Example
Text Example
White with #5E6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6749; }
p { color: rgb(94,103,73); }
H1.HeaderClassName
{
color: #5E6749;
}
.AnyTagClassName
{
color: #5E6749;
}
</style>
background-color css
<style>
a { background-color: #5E6749; }
a { background-color: rgb(94,103,73); }
div.DivClassName
{
background-color: #5E6749;
}
.BgClassName
{
background-color: #5E6749;
}
</style>
border-color css
<style>
span { border-color: #5E6749; }
span { border-color: rgb(94,103,73); }
td.TdClassName
{
border-color: #5E6749;
}
.TagClassName
{
border-color: #5E6749;
}
</style>