Shades of Woodland #5E6541
Tints of Woodland #5E6541
RGB
CMYK
RGB Variations
Color information
#5E6541 (or 0x5E6541) is known color: Woodland. HEX triplet: 5E, 65 and 41. RGB value is (94,101,65). Sum of RGB (Red+Green+Blue) = 94+101+65=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6541 is #A19ABE. Grayscale: #5E5E5E. Windows color (decimal): -10590911 or 4285790. OLE color: 4285790.
HSL color Cylindrical-coordinate representation of color #5E6541: hue angle of 71.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6541 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 65 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.60 |
| HSL | 71.67º | 0.22% | 0.33% | - |
| HSV(B) | 71.67º | 0.36% | 0.4% | - |
| XYZ | 10.22 | 12.07 | 6.79 | - |
| YUV | 94.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 65 | 0.07 | 0 | 0.36 | 0.60 | 71.67 | 0.22 | 0.33 |
| Hex | 5E | 65 | 41 | 7 | 0 | 24 | 3C | 48 | 16 | 21 |
| Octal | 136 | 145 | 101 | 7 | 0 | 44 | 74 | 110 | 26 | 41 |
| Binary | 1011110 | 1100101 | 1000001 | 111 | 0 | 100100 | 111100 | 1001000 | 10110 | 100001 |
Color Harmonies of #5E6541
Complementary color
Monochromatic Colors of #5E6541
Black with #5E6541
Text Example
Text Example
White with #5E6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6541; }
p { color: rgb(94,101,65); }
H1.HeaderClassName
{
color: #5E6541;
}
.AnyTagClassName
{
color: #5E6541;
}
</style>
background-color css
<style>
a { background-color: #5E6541; }
a { background-color: rgb(94,101,65); }
div.DivClassName
{
background-color: #5E6541;
}
.BgClassName
{
background-color: #5E6541;
}
</style>
border-color css
<style>
span { border-color: #5E6541; }
span { border-color: rgb(94,101,65); }
td.TdClassName
{
border-color: #5E6541;
}
.TagClassName
{
border-color: #5E6541;
}
</style>