Shades of Woodland #5B6248
Tints of Woodland #5B6248
RGB
CMYK
RGB Variations
Color information
#5B6248 (or 0x5B6248) is known color: Woodland. HEX triplet: 5B, 62 and 48. RGB value is (91,98,72). Sum of RGB (Red+Green+Blue) = 91+98+72=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6248 is #A49DB7. Grayscale: #5D5D5D. Windows color (decimal): -10788280 or 4743771. OLE color: 4743771.
HSL color Cylindrical-coordinate representation of color #5B6248: hue angle of 76.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B6248 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 98 | 72 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.62 |
| HSL | 76.15º | 0.15% | 0.33% | - |
| HSV(B) | 76.15º | 0.27% | 0.38% | - |
| XYZ | 9.85 | 11.43 | 7.82 | - |
| YUV | 92.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 72 | 0.07 | 0 | 0.27 | 0.62 | 76.15 | 0.15 | 0.33 |
| Hex | 5B | 62 | 48 | 7 | 0 | 1B | 3E | 4C | F | 21 |
| Octal | 133 | 142 | 110 | 7 | 0 | 33 | 76 | 114 | 17 | 41 |
| Binary | 1011011 | 1100010 | 1001000 | 111 | 0 | 11011 | 111110 | 1001100 | 1111 | 100001 |
Color Harmonies of #5B6248
Complementary color
Monochromatic Colors of #5B6248
Black with #5B6248
Text Example
Text Example
White with #5B6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6248; }
p { color: rgb(91,98,72); }
H1.HeaderClassName
{
color: #5B6248;
}
.AnyTagClassName
{
color: #5B6248;
}
</style>
background-color css
<style>
a { background-color: #5B6248; }
a { background-color: rgb(91,98,72); }
div.DivClassName
{
background-color: #5B6248;
}
.BgClassName
{
background-color: #5B6248;
}
</style>
border-color css
<style>
span { border-color: #5B6248; }
span { border-color: rgb(91,98,72); }
td.TdClassName
{
border-color: #5B6248;
}
.TagClassName
{
border-color: #5B6248;
}
</style>