Shades of Woodland #5B6540
Tints of Woodland #5B6540
RGB
CMYK
RGB Variations
Color information
#5B6540 (or 0x5B6540) is known color: Woodland. HEX triplet: 5B, 65 and 40. RGB value is (91,101,64). Sum of RGB (Red+Green+Blue) = 91+101+64=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6540 is #A49ABF. Grayscale: #5D5D5D. Windows color (decimal): -10787520 or 4220251. OLE color: 4220251.
HSL color Cylindrical-coordinate representation of color #5B6540: hue angle of 76.22º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B6540 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 64 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.60 |
| HSL | 76.22º | 0.22% | 0.32% | - |
| HSV(B) | 76.22º | 0.37% | 0.4% | - |
| XYZ | 9.89 | 11.9 | 6.63 | - |
| YUV | 93.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 64 | 0.10 | 0 | 0.37 | 0.60 | 76.22 | 0.22 | 0.32 |
| Hex | 5B | 65 | 40 | A | 0 | 25 | 3C | 4C | 16 | 20 |
| Octal | 133 | 145 | 100 | 12 | 0 | 45 | 74 | 114 | 26 | 40 |
| Binary | 1011011 | 1100101 | 1000000 | 1010 | 0 | 100101 | 111100 | 1001100 | 10110 | 100000 |
Color Harmonies of #5B6540
Complementary color
Monochromatic Colors of #5B6540
Black with #5B6540
Text Example
Text Example
White with #5B6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6540; }
p { color: rgb(91,101,64); }
H1.HeaderClassName
{
color: #5B6540;
}
.AnyTagClassName
{
color: #5B6540;
}
</style>
background-color css
<style>
a { background-color: #5B6540; }
a { background-color: rgb(91,101,64); }
div.DivClassName
{
background-color: #5B6540;
}
.BgClassName
{
background-color: #5B6540;
}
</style>
border-color css
<style>
span { border-color: #5B6540; }
span { border-color: rgb(91,101,64); }
td.TdClassName
{
border-color: #5B6540;
}
.TagClassName
{
border-color: #5B6540;
}
</style>