Shades of Woodland #5E6248
Tints of Woodland #5E6248
RGB
CMYK
RGB Variations
Color information
#5E6248 (or 0x5E6248) is known color: Woodland. HEX triplet: 5E, 62 and 48. RGB value is (94,98,72). Sum of RGB (Red+Green+Blue) = 94+98+72=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6248 is #A19DB7. Grayscale: #5D5D5D. Windows color (decimal): -10591672 or 4743774. OLE color: 4743774.
HSL color Cylindrical-coordinate representation of color #5E6248: hue angle of 69.23º 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 #5E6248 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 72 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.62 |
| HSL | 69.23º | 0.15% | 0.33% | - |
| HSV(B) | 69.23º | 0.27% | 0.38% | - |
| XYZ | 10.15 | 11.58 | 7.83 | - |
| YUV | 93.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 72 | 0.04 | 0 | 0.27 | 0.62 | 69.23 | 0.15 | 0.33 |
| Hex | 5E | 62 | 48 | 4 | 0 | 1B | 3E | 45 | F | 21 |
| Octal | 136 | 142 | 110 | 4 | 0 | 33 | 76 | 105 | 17 | 41 |
| Binary | 1011110 | 1100010 | 1001000 | 100 | 0 | 11011 | 111110 | 1000101 | 1111 | 100001 |
Color Harmonies of #5E6248
Complementary color
Monochromatic Colors of #5E6248
Black with #5E6248
Text Example
Text Example
White with #5E6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6248; }
p { color: rgb(94,98,72); }
H1.HeaderClassName
{
color: #5E6248;
}
.AnyTagClassName
{
color: #5E6248;
}
</style>
background-color css
<style>
a { background-color: #5E6248; }
a { background-color: rgb(94,98,72); }
div.DivClassName
{
background-color: #5E6248;
}
.BgClassName
{
background-color: #5E6248;
}
</style>
border-color css
<style>
span { border-color: #5E6248; }
span { border-color: rgb(94,98,72); }
td.TdClassName
{
border-color: #5E6248;
}
.TagClassName
{
border-color: #5E6248;
}
</style>