Shades of Woodland #5E6538
Tints of Woodland #5E6538
RGB
CMYK
RGB Variations
Color information
#5E6538 (or 0x5E6538) is known color: Woodland. HEX triplet: 5E, 65 and 38. RGB value is (94,101,56). Sum of RGB (Red+Green+Blue) = 94+101+56=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6538 is #A19AC7. Grayscale: #5D5D5D. Windows color (decimal): -10590920 or 3695966. OLE color: 3695966.
HSL color Cylindrical-coordinate representation of color #5E6538: hue angle of 69.33º 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 #5E6538 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 56 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.60 |
| HSL | 69.33º | 0.29% | 0.31% | - |
| HSV(B) | 69.33º | 0.45% | 0.4% | - |
| XYZ | 9.98 | 11.97 | 5.53 | - |
| YUV | 93.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 56 | 0.07 | 0 | 0.45 | 0.60 | 69.33 | 0.29 | 0.31 |
| Hex | 5E | 65 | 38 | 7 | 0 | 2D | 3C | 45 | 1D | 1F |
| Octal | 136 | 145 | 70 | 7 | 0 | 55 | 74 | 105 | 35 | 37 |
| Binary | 1011110 | 1100101 | 111000 | 111 | 0 | 101101 | 111100 | 1000101 | 11101 | 11111 |
Color Harmonies of #5E6538
Complementary color
Monochromatic Colors of #5E6538
Black with #5E6538
Text Example
Text Example
White with #5E6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6538; }
p { color: rgb(94,101,56); }
H1.HeaderClassName
{
color: #5E6538;
}
.AnyTagClassName
{
color: #5E6538;
}
</style>
background-color css
<style>
a { background-color: #5E6538; }
a { background-color: rgb(94,101,56); }
div.DivClassName
{
background-color: #5E6538;
}
.BgClassName
{
background-color: #5E6538;
}
</style>
border-color css
<style>
span { border-color: #5E6538; }
span { border-color: rgb(94,101,56); }
td.TdClassName
{
border-color: #5E6538;
}
.TagClassName
{
border-color: #5E6538;
}
</style>