Shades of Woodland #5B6541
Tints of Woodland #5B6541
RGB
CMYK
RGB Variations
Color information
#5B6541 (or 0x5B6541) is known color: Woodland. HEX triplet: 5B, 65 and 41. RGB value is (91,101,65). Sum of RGB (Red+Green+Blue) = 91+101+65=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #5B6541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6541 is #A49ABE. Grayscale: #5E5E5E. Windows color (decimal): -10787519 or 4285787. OLE color: 4285787.
HSL color Cylindrical-coordinate representation of color #5B6541: hue angle of 76.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B6541 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 101 | 65 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.60 |
| HSL | 76.67º | 0.22% | 0.33% | - |
| HSV(B) | 76.67º | 0.36% | 0.4% | - |
| XYZ | 9.92 | 11.91 | 6.78 | - |
| YUV | 93.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 65 | 0.10 | 0 | 0.36 | 0.60 | 76.67 | 0.22 | 0.33 |
| Hex | 5B | 65 | 41 | A | 0 | 24 | 3C | 4D | 16 | 21 |
| Octal | 133 | 145 | 101 | 12 | 0 | 44 | 74 | 115 | 26 | 41 |
| Binary | 1011011 | 1100101 | 1000001 | 1010 | 0 | 100100 | 111100 | 1001101 | 10110 | 100001 |
Color Harmonies of #5B6541
Complementary color
Monochromatic Colors of #5B6541
Black with #5B6541
Text Example
Text Example
White with #5B6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6541; }
p { color: rgb(91,101,65); }
H1.HeaderClassName
{
color: #5B6541;
}
.AnyTagClassName
{
color: #5B6541;
}
</style>
background-color css
<style>
a { background-color: #5B6541; }
a { background-color: rgb(91,101,65); }
div.DivClassName
{
background-color: #5B6541;
}
.BgClassName
{
background-color: #5B6541;
}
</style>
border-color css
<style>
span { border-color: #5B6541; }
span { border-color: rgb(91,101,65); }
td.TdClassName
{
border-color: #5B6541;
}
.TagClassName
{
border-color: #5B6541;
}
</style>