Shades of Woodland #5E6945
Tints of Woodland #5E6945
RGB
CMYK
RGB Variations
Color information
#5E6945 (or 0x5E6945) is known color: Woodland. HEX triplet: 5E, 69 and 45. RGB value is (94,105,69). Sum of RGB (Red+Green+Blue) = 94+105+69=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6945 is #A196BA. Grayscale: #616161. Windows color (decimal): -10589883 or 4548958. OLE color: 4548958.
HSL color Cylindrical-coordinate representation of color #5E6945: hue angle of 78.33º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E6945 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 69 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.59 |
| HSL | 78.33º | 0.21% | 0.34% | - |
| HSV(B) | 78.33º | 0.34% | 0.41% | - |
| XYZ | 10.74 | 12.91 | 7.56 | - |
| YUV | 97.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 69 | 0.10 | 0 | 0.34 | 0.59 | 78.33 | 0.21 | 0.34 |
| Hex | 5E | 69 | 45 | A | 0 | 22 | 3B | 4E | 15 | 22 |
| Octal | 136 | 151 | 105 | 12 | 0 | 42 | 73 | 116 | 25 | 42 |
| Binary | 1011110 | 1101001 | 1000101 | 1010 | 0 | 100010 | 111011 | 1001110 | 10101 | 100010 |
Color Harmonies of #5E6945
Complementary color
Monochromatic Colors of #5E6945
Black with #5E6945
Text Example
Text Example
White with #5E6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6945; }
p { color: rgb(94,105,69); }
H1.HeaderClassName
{
color: #5E6945;
}
.AnyTagClassName
{
color: #5E6945;
}
</style>
background-color css
<style>
a { background-color: #5E6945; }
a { background-color: rgb(94,105,69); }
div.DivClassName
{
background-color: #5E6945;
}
.BgClassName
{
background-color: #5E6945;
}
</style>
border-color css
<style>
span { border-color: #5E6945; }
span { border-color: rgb(94,105,69); }
td.TdClassName
{
border-color: #5E6945;
}
.TagClassName
{
border-color: #5E6945;
}
</style>