Shades of Woodland #5F6049
Tints of Woodland #5F6049
RGB
CMYK
RGB Variations
Color information
#5F6049 (or 0x5F6049) is known color: Woodland. HEX triplet: 5F, 60 and 49. RGB value is (95,96,73). Sum of RGB (Red+Green+Blue) = 95+96+73=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6049 is #A09FB6. Grayscale: #5D5D5D. Windows color (decimal): -10526647 or 4808799. OLE color: 4808799.
HSL color Cylindrical-coordinate representation of color #5F6049: hue angle of 62.61º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F6049 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 73 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.62 |
| HSL | 62.61º | 0.14% | 0.33% | - |
| HSV(B) | 62.61º | 0.24% | 0.38% | - |
| XYZ | 10.1 | 11.28 | 7.95 | - |
| YUV | 93.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 73 | 0.01 | 0 | 0.24 | 0.62 | 62.61 | 0.14 | 0.33 |
| Hex | 5F | 60 | 49 | 1 | 0 | 18 | 3E | 3F | E | 21 |
| Octal | 137 | 140 | 111 | 1 | 0 | 30 | 76 | 77 | 16 | 41 |
| Binary | 1011111 | 1100000 | 1001001 | 1 | 0 | 11000 | 111110 | 111111 | 1110 | 100001 |
Color Harmonies of #5F6049
Complementary color
Monochromatic Colors of #5F6049
Black with #5F6049
Text Example
Text Example
White with #5F6049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6049; }
p { color: rgb(95,96,73); }
H1.HeaderClassName
{
color: #5F6049;
}
.AnyTagClassName
{
color: #5F6049;
}
</style>
background-color css
<style>
a { background-color: #5F6049; }
a { background-color: rgb(95,96,73); }
div.DivClassName
{
background-color: #5F6049;
}
.BgClassName
{
background-color: #5F6049;
}
</style>
border-color css
<style>
span { border-color: #5F6049; }
span { border-color: rgb(95,96,73); }
td.TdClassName
{
border-color: #5F6049;
}
.TagClassName
{
border-color: #5F6049;
}
</style>