Shades of Woodland #5E6740
Tints of Woodland #5E6740
RGB
CMYK
RGB Variations
Color information
#5E6740 (or 0x5E6740) is known color: Woodland. HEX triplet: 5E, 67 and 40. RGB value is (94,103,64). Sum of RGB (Red+Green+Blue) = 94+103+64=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6740 is #A198BF. Grayscale: #606060. Windows color (decimal): -10590400 or 4220766. OLE color: 4220766.
HSL color Cylindrical-coordinate representation of color #5E6740: hue angle of 73.85º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6740 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 64 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.60 |
| HSL | 73.85º | 0.23% | 0.33% | - |
| HSV(B) | 73.85º | 0.38% | 0.4% | - |
| XYZ | 10.39 | 12.45 | 6.71 | - |
| YUV | 95.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 64 | 0.09 | 0 | 0.38 | 0.60 | 73.85 | 0.23 | 0.33 |
| Hex | 5E | 67 | 40 | 9 | 0 | 26 | 3C | 4A | 17 | 21 |
| Octal | 136 | 147 | 100 | 11 | 0 | 46 | 74 | 112 | 27 | 41 |
| Binary | 1011110 | 1100111 | 1000000 | 1001 | 0 | 100110 | 111100 | 1001010 | 10111 | 100001 |
Color Harmonies of #5E6740
Complementary color
Monochromatic Colors of #5E6740
Black with #5E6740
Text Example
Text Example
White with #5E6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6740; }
p { color: rgb(94,103,64); }
H1.HeaderClassName
{
color: #5E6740;
}
.AnyTagClassName
{
color: #5E6740;
}
</style>
background-color css
<style>
a { background-color: #5E6740; }
a { background-color: rgb(94,103,64); }
div.DivClassName
{
background-color: #5E6740;
}
.BgClassName
{
background-color: #5E6740;
}
</style>
border-color css
<style>
span { border-color: #5E6740; }
span { border-color: rgb(94,103,64); }
td.TdClassName
{
border-color: #5E6740;
}
.TagClassName
{
border-color: #5E6740;
}
</style>