Shades of Woodland #5E6638
Tints of Woodland #5E6638
RGB
CMYK
RGB Variations
Color information
#5E6638 (or 0x5E6638) is known color: Woodland. HEX triplet: 5E, 66 and 38. RGB value is (94,102,56). Sum of RGB (Red+Green+Blue) = 94+102+56=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6638 is #A199C7. Grayscale: #5E5E5E. Windows color (decimal): -10590664 or 3696222. OLE color: 3696222.
HSL color Cylindrical-coordinate representation of color #5E6638: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6638 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 56 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.6 |
| HSL | 70.43º | 0.29% | 0.31% | - |
| HSV(B) | 70.43º | 0.45% | 0.4% | - |
| XYZ | 10.08 | 12.17 | 5.56 | - |
| YUV | 94.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 56 | 0.08 | 0 | 0.45 | 0.6 | 70.43 | 0.29 | 0.31 |
| Hex | 5E | 66 | 38 | 8 | 0 | 2D | 3C | 46 | 1D | 1F |
| Octal | 136 | 146 | 70 | 10 | 0 | 55 | 74 | 106 | 35 | 37 |
| Binary | 1011110 | 1100110 | 111000 | 1000 | 0 | 101101 | 111100 | 1000110 | 11101 | 11111 |
Color Harmonies of #5E6638
Complementary color
Monochromatic Colors of #5E6638
Black with #5E6638
Text Example
Text Example
White with #5E6638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6638; }
p { color: rgb(94,102,56); }
H1.HeaderClassName
{
color: #5E6638;
}
.AnyTagClassName
{
color: #5E6638;
}
</style>
background-color css
<style>
a { background-color: #5E6638; }
a { background-color: rgb(94,102,56); }
div.DivClassName
{
background-color: #5E6638;
}
.BgClassName
{
background-color: #5E6638;
}
</style>
border-color css
<style>
span { border-color: #5E6638; }
span { border-color: rgb(94,102,56); }
td.TdClassName
{
border-color: #5E6638;
}
.TagClassName
{
border-color: #5E6638;
}
</style>