Shades of Woodland #5F6248
Tints of Woodland #5F6248
RGB
CMYK
RGB Variations
Color information
#5F6248 (or 0x5F6248) is known color: Woodland. HEX triplet: 5F, 62 and 48. RGB value is (95,98,72). Sum of RGB (Red+Green+Blue) = 95+98+72=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6248 is #A09DB7. Grayscale: #5E5E5E. Windows color (decimal): -10526136 or 4743775. OLE color: 4743775.
HSL color Cylindrical-coordinate representation of color #5F6248: hue angle of 66.92º 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 #5F6248 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 98 | 72 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.62 |
| HSL | 66.92º | 0.15% | 0.33% | - |
| HSV(B) | 66.92º | 0.27% | 0.38% | - |
| XYZ | 10.26 | 11.64 | 7.84 | - |
| YUV | 94.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 98 | 72 | 0.03 | 0 | 0.27 | 0.62 | 66.92 | 0.15 | 0.33 |
| Hex | 5F | 62 | 48 | 3 | 0 | 1B | 3E | 43 | F | 21 |
| Octal | 137 | 142 | 110 | 3 | 0 | 33 | 76 | 103 | 17 | 41 |
| Binary | 1011111 | 1100010 | 1001000 | 11 | 0 | 11011 | 111110 | 1000011 | 1111 | 100001 |
Color Harmonies of #5F6248
Complementary color
Monochromatic Colors of #5F6248
Black with #5F6248
Text Example
Text Example
White with #5F6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6248; }
p { color: rgb(95,98,72); }
H1.HeaderClassName
{
color: #5F6248;
}
.AnyTagClassName
{
color: #5F6248;
}
</style>
background-color css
<style>
a { background-color: #5F6248; }
a { background-color: rgb(95,98,72); }
div.DivClassName
{
background-color: #5F6248;
}
.BgClassName
{
background-color: #5F6248;
}
</style>
border-color css
<style>
span { border-color: #5F6248; }
span { border-color: rgb(95,98,72); }
td.TdClassName
{
border-color: #5F6248;
}
.TagClassName
{
border-color: #5F6248;
}
</style>