Shades of Woodland #5C604A
Tints of Woodland #5C604A
RGB
CMYK
RGB Variations
Color information
#5C604A (or 0x5C604A) is known color: Woodland. HEX triplet: 5C, 60 and 4A. RGB value is (92,96,74). Sum of RGB (Red+Green+Blue) = 92+96+74=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #5C604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C604A is #A39FB5. Grayscale: #5C5C5C. Windows color (decimal): -10723254 or 4874332. OLE color: 4874332.
HSL color Cylindrical-coordinate representation of color #5C604A: hue angle of 70.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C604A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 74 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.62 |
| HSL | 70.91º | 0.13% | 0.33% | - |
| HSV(B) | 70.91º | 0.23% | 0.38% | - |
| XYZ | 9.83 | 11.14 | 8.11 | - |
| YUV | 92.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 74 | 0.04 | 0 | 0.23 | 0.62 | 70.91 | 0.13 | 0.33 |
| Hex | 5C | 60 | 4A | 4 | 0 | 17 | 3E | 47 | D | 21 |
| Octal | 134 | 140 | 112 | 4 | 0 | 27 | 76 | 107 | 15 | 41 |
| Binary | 1011100 | 1100000 | 1001010 | 100 | 0 | 10111 | 111110 | 1000111 | 1101 | 100001 |
Color Harmonies of #5C604A
Complementary color
Monochromatic Colors of #5C604A
Black with #5C604A
Text Example
Text Example
White with #5C604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C604A; }
p { color: rgb(92,96,74); }
H1.HeaderClassName
{
color: #5C604A;
}
.AnyTagClassName
{
color: #5C604A;
}
</style>
background-color css
<style>
a { background-color: #5C604A; }
a { background-color: rgb(92,96,74); }
div.DivClassName
{
background-color: #5C604A;
}
.BgClassName
{
background-color: #5C604A;
}
</style>
border-color css
<style>
span { border-color: #5C604A; }
span { border-color: rgb(92,96,74); }
td.TdClassName
{
border-color: #5C604A;
}
.TagClassName
{
border-color: #5C604A;
}
</style>