Shades of Woodland #5C6544
Tints of Woodland #5C6544
RGB
CMYK
RGB Variations
Color information
#5C6544 (or 0x5C6544) is known color: Woodland. HEX triplet: 5C, 65 and 44. RGB value is (92,101,68). Sum of RGB (Red+Green+Blue) = 92+101+68=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6544 is #A39ABB. Grayscale: #5E5E5E. Windows color (decimal): -10721980 or 4482396. OLE color: 4482396.
HSL color Cylindrical-coordinate representation of color #5C6544: hue angle of 76.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C6544 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 68 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.60 |
| HSL | 76.36º | 0.2% | 0.33% | - |
| HSV(B) | 76.36º | 0.33% | 0.4% | - |
| XYZ | 10.11 | 12 | 7.25 | - |
| YUV | 94.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 68 | 0.09 | 0 | 0.33 | 0.60 | 76.36 | 0.2 | 0.33 |
| Hex | 5C | 65 | 44 | 9 | 0 | 21 | 3C | 4C | 14 | 21 |
| Octal | 134 | 145 | 104 | 11 | 0 | 41 | 74 | 114 | 24 | 41 |
| Binary | 1011100 | 1100101 | 1000100 | 1001 | 0 | 100001 | 111100 | 1001100 | 10100 | 100001 |
Color Harmonies of #5C6544
Complementary color
Monochromatic Colors of #5C6544
Black with #5C6544
Text Example
Text Example
White with #5C6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6544; }
p { color: rgb(92,101,68); }
H1.HeaderClassName
{
color: #5C6544;
}
.AnyTagClassName
{
color: #5C6544;
}
</style>
background-color css
<style>
a { background-color: #5C6544; }
a { background-color: rgb(92,101,68); }
div.DivClassName
{
background-color: #5C6544;
}
.BgClassName
{
background-color: #5C6544;
}
</style>
border-color css
<style>
span { border-color: #5C6544; }
span { border-color: rgb(92,101,68); }
td.TdClassName
{
border-color: #5C6544;
}
.TagClassName
{
border-color: #5C6544;
}
</style>