Shades of Woodland #5B5E41
Tints of Woodland #5B5E41
RGB
CMYK
RGB Variations
Color information
#5B5E41 (or 0x5B5E41) is known color: Woodland. HEX triplet: 5B, 5E and 41. RGB value is (91,94,65). Sum of RGB (Red+Green+Blue) = 91+94+65=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #5B5E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5E41 is #A4A1BE. Grayscale: #595959. Windows color (decimal): -10789311 or 4283995. OLE color: 4283995.
HSL color Cylindrical-coordinate representation of color #5B5E41: hue angle of 66.21º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B5E41 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 94 | 65 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.63 |
| HSL | 66.21º | 0.18% | 0.31% | - |
| HSV(B) | 66.21º | 0.31% | 0.37% | - |
| XYZ | 9.27 | 10.61 | 6.56 | - |
| YUV | 89.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 65 | 0.03 | 0 | 0.31 | 0.63 | 66.21 | 0.18 | 0.31 |
| Hex | 5B | 5E | 41 | 3 | 0 | 1F | 3F | 42 | 12 | 1F |
| Octal | 133 | 136 | 101 | 3 | 0 | 37 | 77 | 102 | 22 | 37 |
| Binary | 1011011 | 1011110 | 1000001 | 11 | 0 | 11111 | 111111 | 1000010 | 10010 | 11111 |
Color Harmonies of #5B5E41
Complementary color
Monochromatic Colors of #5B5E41
Black with #5B5E41
Text Example
Text Example
White with #5B5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E41; }
p { color: rgb(91,94,65); }
H1.HeaderClassName
{
color: #5B5E41;
}
.AnyTagClassName
{
color: #5B5E41;
}
</style>
background-color css
<style>
a { background-color: #5B5E41; }
a { background-color: rgb(91,94,65); }
div.DivClassName
{
background-color: #5B5E41;
}
.BgClassName
{
background-color: #5B5E41;
}
</style>
border-color css
<style>
span { border-color: #5B5E41; }
span { border-color: rgb(91,94,65); }
td.TdClassName
{
border-color: #5B5E41;
}
.TagClassName
{
border-color: #5B5E41;
}
</style>