Shades of Woodland #5C6246
Tints of Woodland #5C6246
RGB
CMYK
RGB Variations
Color information
#5C6246 (or 0x5C6246) is known color: Woodland. HEX triplet: 5C, 62 and 46. RGB value is (92,98,70). Sum of RGB (Red+Green+Blue) = 92+98+70=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6246 is #A39DB9. Grayscale: #5D5D5D. Windows color (decimal): -10722746 or 4612700. OLE color: 4612700.
HSL color Cylindrical-coordinate representation of color #5C6246: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6246 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 70 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.62 |
| HSL | 72.86º | 0.17% | 0.33% | - |
| HSV(B) | 72.86º | 0.29% | 0.38% | - |
| XYZ | 9.89 | 11.45 | 7.48 | - |
| YUV | 93.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 70 | 0.06 | 0 | 0.29 | 0.62 | 72.86 | 0.17 | 0.33 |
| Hex | 5C | 62 | 46 | 6 | 0 | 1D | 3E | 49 | 11 | 21 |
| Octal | 134 | 142 | 106 | 6 | 0 | 35 | 76 | 111 | 21 | 41 |
| Binary | 1011100 | 1100010 | 1000110 | 110 | 0 | 11101 | 111110 | 1001001 | 10001 | 100001 |
Color Harmonies of #5C6246
Complementary color
Monochromatic Colors of #5C6246
Black with #5C6246
Text Example
Text Example
White with #5C6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6246; }
p { color: rgb(92,98,70); }
H1.HeaderClassName
{
color: #5C6246;
}
.AnyTagClassName
{
color: #5C6246;
}
</style>
background-color css
<style>
a { background-color: #5C6246; }
a { background-color: rgb(92,98,70); }
div.DivClassName
{
background-color: #5C6246;
}
.BgClassName
{
background-color: #5C6246;
}
</style>
border-color css
<style>
span { border-color: #5C6246; }
span { border-color: rgb(92,98,70); }
td.TdClassName
{
border-color: #5C6246;
}
.TagClassName
{
border-color: #5C6246;
}
</style>