Shades of Woodland #5E6641
Tints of Woodland #5E6641
RGB
CMYK
RGB Variations
Color information
#5E6641 (or 0x5E6641) is known color: Woodland. HEX triplet: 5E, 66 and 41. RGB value is (94,102,65). Sum of RGB (Red+Green+Blue) = 94+102+65=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6641 is #A199BE. Grayscale: #5F5F5F. Windows color (decimal): -10590655 or 4286046. OLE color: 4286046.
HSL color Cylindrical-coordinate representation of color #5E6641: hue angle of 72.97º 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 #5E6641 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 65 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.6 |
| HSL | 72.97º | 0.22% | 0.33% | - |
| HSV(B) | 72.97º | 0.36% | 0.4% | - |
| XYZ | 10.32 | 12.26 | 6.82 | - |
| YUV | 95.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 65 | 0.08 | 0 | 0.36 | 0.6 | 72.97 | 0.22 | 0.33 |
| Hex | 5E | 66 | 41 | 8 | 0 | 24 | 3C | 49 | 16 | 21 |
| Octal | 136 | 146 | 101 | 10 | 0 | 44 | 74 | 111 | 26 | 41 |
| Binary | 1011110 | 1100110 | 1000001 | 1000 | 0 | 100100 | 111100 | 1001001 | 10110 | 100001 |
Color Harmonies of #5E6641
Complementary color
Monochromatic Colors of #5E6641
Black with #5E6641
Text Example
Text Example
White with #5E6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6641; }
p { color: rgb(94,102,65); }
H1.HeaderClassName
{
color: #5E6641;
}
.AnyTagClassName
{
color: #5E6641;
}
</style>
background-color css
<style>
a { background-color: #5E6641; }
a { background-color: rgb(94,102,65); }
div.DivClassName
{
background-color: #5E6641;
}
.BgClassName
{
background-color: #5E6641;
}
</style>
border-color css
<style>
span { border-color: #5E6641; }
span { border-color: rgb(94,102,65); }
td.TdClassName
{
border-color: #5E6641;
}
.TagClassName
{
border-color: #5E6641;
}
</style>