Shades of Woodland #5B5F4A
Tints of Woodland #5B5F4A
RGB
CMYK
RGB Variations
Color information
#5B5F4A (or 0x5B5F4A) is known color: Woodland. HEX triplet: 5B, 5F and 4A. RGB value is (91,95,74). Sum of RGB (Red+Green+Blue) = 91+95+74=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #5B5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5F4A is #A4A0B5. Grayscale: #5B5B5B. Windows color (decimal): -10789046 or 4874075. OLE color: 4874075.
HSL color Cylindrical-coordinate representation of color #5B5F4A: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B5F4A is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 91 | 95 | 74 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.63 |
| HSL | 71.43º | 0.12% | 0.33% | - |
| HSV(B) | 71.43º | 0.22% | 0.37% | - |
| XYZ | 9.64 | 10.9 | 8.07 | - |
| YUV | 91.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 95 | 74 | 0.04 | 0 | 0.22 | 0.63 | 71.43 | 0.12 | 0.33 |
| Hex | 5B | 5F | 4A | 4 | 0 | 16 | 3F | 47 | C | 21 |
| Octal | 133 | 137 | 112 | 4 | 0 | 26 | 77 | 107 | 14 | 41 |
| Binary | 1011011 | 1011111 | 1001010 | 100 | 0 | 10110 | 111111 | 1000111 | 1100 | 100001 |
Color Harmonies of #5B5F4A
Complementary color
Monochromatic Colors of #5B5F4A
Black with #5B5F4A
Text Example
Text Example
White with #5B5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5F4A; }
p { color: rgb(91,95,74); }
H1.HeaderClassName
{
color: #5B5F4A;
}
.AnyTagClassName
{
color: #5B5F4A;
}
</style>
background-color css
<style>
a { background-color: #5B5F4A; }
a { background-color: rgb(91,95,74); }
div.DivClassName
{
background-color: #5B5F4A;
}
.BgClassName
{
background-color: #5B5F4A;
}
</style>
border-color css
<style>
span { border-color: #5B5F4A; }
span { border-color: rgb(91,95,74); }
td.TdClassName
{
border-color: #5B5F4A;
}
.TagClassName
{
border-color: #5B5F4A;
}
</style>