Shades of Woodland #5A5C4C
Tints of Woodland #5A5C4C
RGB
CMYK
RGB Variations
Color information
#5A5C4C (or 0x5A5C4C) is known color: Woodland. HEX triplet: 5A, 5C and 4C. RGB value is (90,92,76). Sum of RGB (Red+Green+Blue) = 90+92+76=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C4C is #A5A3B3. Grayscale: #595959. Windows color (decimal): -10855348 or 5004378. OLE color: 5004378.
HSL color Cylindrical-coordinate representation of color #5A5C4C: hue angle of 67.5º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A5C4C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 76 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.64 |
| HSL | 67.5º | 0.1% | 0.33% | - |
| HSV(B) | 67.5º | 0.17% | 0.36% | - |
| XYZ | 9.35 | 10.35 | 8.34 | - |
| YUV | 89.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 76 | 0.02 | 0 | 0.17 | 0.64 | 67.5 | 0.1 | 0.33 |
| Hex | 5A | 5C | 4C | 2 | 0 | 11 | 40 | 44 | A | 21 |
| Octal | 132 | 134 | 114 | 2 | 0 | 21 | 100 | 104 | 12 | 41 |
| Binary | 1011010 | 1011100 | 1001100 | 10 | 0 | 10001 | 1000000 | 1000100 | 1010 | 100001 |
Color Harmonies of #5A5C4C
Complementary color
Monochromatic Colors of #5A5C4C
Black with #5A5C4C
Text Example
Text Example
White with #5A5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C4C; }
p { color: rgb(90,92,76); }
H1.HeaderClassName
{
color: #5A5C4C;
}
.AnyTagClassName
{
color: #5A5C4C;
}
</style>
background-color css
<style>
a { background-color: #5A5C4C; }
a { background-color: rgb(90,92,76); }
div.DivClassName
{
background-color: #5A5C4C;
}
.BgClassName
{
background-color: #5A5C4C;
}
</style>
border-color css
<style>
span { border-color: #5A5C4C; }
span { border-color: rgb(90,92,76); }
td.TdClassName
{
border-color: #5A5C4C;
}
.TagClassName
{
border-color: #5A5C4C;
}
</style>