Shades of Woodland #5C6548
Tints of Woodland #5C6548
RGB
CMYK
RGB Variations
Color information
#5C6548 (or 0x5C6548) is known color: Woodland. HEX triplet: 5C, 65 and 48. RGB value is (92,101,72). Sum of RGB (Red+Green+Blue) = 92+101+72=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6548 is #A39AB7. Grayscale: #5F5F5F. Windows color (decimal): -10721976 or 4744540. OLE color: 4744540.
HSL color Cylindrical-coordinate representation of color #5C6548: hue angle of 78.62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6548 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 72 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.60 |
| HSL | 78.62º | 0.17% | 0.34% | - |
| HSV(B) | 78.62º | 0.29% | 0.4% | - |
| XYZ | 10.24 | 12.05 | 7.92 | - |
| YUV | 95 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 72 | 0.09 | 0 | 0.29 | 0.60 | 78.62 | 0.17 | 0.34 |
| Hex | 5C | 65 | 48 | 9 | 0 | 1D | 3C | 4F | 11 | 22 |
| Octal | 134 | 145 | 110 | 11 | 0 | 35 | 74 | 117 | 21 | 42 |
| Binary | 1011100 | 1100101 | 1001000 | 1001 | 0 | 11101 | 111100 | 1001111 | 10001 | 100010 |
Color Harmonies of #5C6548
Complementary color
Monochromatic Colors of #5C6548
Black with #5C6548
Text Example
Text Example
White with #5C6548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6548; }
p { color: rgb(92,101,72); }
H1.HeaderClassName
{
color: #5C6548;
}
.AnyTagClassName
{
color: #5C6548;
}
</style>
background-color css
<style>
a { background-color: #5C6548; }
a { background-color: rgb(92,101,72); }
div.DivClassName
{
background-color: #5C6548;
}
.BgClassName
{
background-color: #5C6548;
}
</style>
border-color css
<style>
span { border-color: #5C6548; }
span { border-color: rgb(92,101,72); }
td.TdClassName
{
border-color: #5C6548;
}
.TagClassName
{
border-color: #5C6548;
}
</style>