Shades of Woodland #5B6544
Tints of Woodland #5B6544
RGB
CMYK
RGB Variations
Color information
#5B6544 (or 0x5B6544) is known color: Woodland. HEX triplet: 5B, 65 and 44. RGB value is (91,101,68). Sum of RGB (Red+Green+Blue) = 91+101+68=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6544 is #A49ABB. Grayscale: #5E5E5E. Windows color (decimal): -10787516 or 4482395. OLE color: 4482395.
HSL color Cylindrical-coordinate representation of color #5B6544: hue angle of 78.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B6544 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 68 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.60 |
| HSL | 78.18º | 0.2% | 0.33% | - |
| HSV(B) | 78.18º | 0.33% | 0.4% | - |
| XYZ | 10.01 | 11.95 | 7.25 | - |
| YUV | 94.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 68 | 0.10 | 0 | 0.33 | 0.60 | 78.18 | 0.2 | 0.33 |
| Hex | 5B | 65 | 44 | A | 0 | 21 | 3C | 4E | 14 | 21 |
| Octal | 133 | 145 | 104 | 12 | 0 | 41 | 74 | 116 | 24 | 41 |
| Binary | 1011011 | 1100101 | 1000100 | 1010 | 0 | 100001 | 111100 | 1001110 | 10100 | 100001 |
Color Harmonies of #5B6544
Complementary color
Monochromatic Colors of #5B6544
Black with #5B6544
Text Example
Text Example
White with #5B6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6544; }
p { color: rgb(91,101,68); }
H1.HeaderClassName
{
color: #5B6544;
}
.AnyTagClassName
{
color: #5B6544;
}
</style>
background-color css
<style>
a { background-color: #5B6544; }
a { background-color: rgb(91,101,68); }
div.DivClassName
{
background-color: #5B6544;
}
.BgClassName
{
background-color: #5B6544;
}
</style>
border-color css
<style>
span { border-color: #5B6544; }
span { border-color: rgb(91,101,68); }
td.TdClassName
{
border-color: #5B6544;
}
.TagClassName
{
border-color: #5B6544;
}
</style>