Shades of Woodland #5B6148
Tints of Woodland #5B6148
RGB
CMYK
RGB Variations
Color information
#5B6148 (or 0x5B6148) is known color: Woodland. HEX triplet: 5B, 61 and 48. RGB value is (91,97,72). Sum of RGB (Red+Green+Blue) = 91+97+72=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6148 is #A49EB7. Grayscale: #5C5C5C. Windows color (decimal): -10788536 or 4743515. OLE color: 4743515.
HSL color Cylindrical-coordinate representation of color #5B6148: hue angle of 74.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B6148 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 72 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.62 |
| HSL | 74.4º | 0.15% | 0.33% | - |
| HSV(B) | 74.4º | 0.26% | 0.38% | - |
| XYZ | 9.76 | 11.24 | 7.79 | - |
| YUV | 92.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 72 | 0.06 | 0 | 0.26 | 0.62 | 74.4 | 0.15 | 0.33 |
| Hex | 5B | 61 | 48 | 6 | 0 | 1A | 3E | 4A | F | 21 |
| Octal | 133 | 141 | 110 | 6 | 0 | 32 | 76 | 112 | 17 | 41 |
| Binary | 1011011 | 1100001 | 1001000 | 110 | 0 | 11010 | 111110 | 1001010 | 1111 | 100001 |
Color Harmonies of #5B6148
Complementary color
Monochromatic Colors of #5B6148
Black with #5B6148
Text Example
Text Example
White with #5B6148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6148; }
p { color: rgb(91,97,72); }
H1.HeaderClassName
{
color: #5B6148;
}
.AnyTagClassName
{
color: #5B6148;
}
</style>
background-color css
<style>
a { background-color: #5B6148; }
a { background-color: rgb(91,97,72); }
div.DivClassName
{
background-color: #5B6148;
}
.BgClassName
{
background-color: #5B6148;
}
</style>
border-color css
<style>
span { border-color: #5B6148; }
span { border-color: rgb(91,97,72); }
td.TdClassName
{
border-color: #5B6148;
}
.TagClassName
{
border-color: #5B6148;
}
</style>