Shades of Woodland #5A6046
Tints of Woodland #5A6046
RGB
CMYK
RGB Variations
Color information
#5A6046 (or 0x5A6046) is known color: Woodland. HEX triplet: 5A, 60 and 46. RGB value is (90,96,70). Sum of RGB (Red+Green+Blue) = 90+96+70=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6046 is #A59FB9. Grayscale: #5B5B5B. Windows color (decimal): -10854330 or 4612186. OLE color: 4612186.
HSL color Cylindrical-coordinate representation of color #5A6046: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A6046 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 70 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.62 |
| HSL | 73.85º | 0.16% | 0.33% | - |
| HSV(B) | 73.85º | 0.27% | 0.38% | - |
| XYZ | 9.5 | 10.98 | 7.41 | - |
| YUV | 91.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 70 | 0.06 | 0 | 0.27 | 0.62 | 73.85 | 0.16 | 0.33 |
| Hex | 5A | 60 | 46 | 6 | 0 | 1B | 3E | 4A | 10 | 21 |
| Octal | 132 | 140 | 106 | 6 | 0 | 33 | 76 | 112 | 20 | 41 |
| Binary | 1011010 | 1100000 | 1000110 | 110 | 0 | 11011 | 111110 | 1001010 | 10000 | 100001 |
Color Harmonies of #5A6046
Complementary color
Monochromatic Colors of #5A6046
Black with #5A6046
Text Example
Text Example
White with #5A6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6046; }
p { color: rgb(90,96,70); }
H1.HeaderClassName
{
color: #5A6046;
}
.AnyTagClassName
{
color: #5A6046;
}
</style>
background-color css
<style>
a { background-color: #5A6046; }
a { background-color: rgb(90,96,70); }
div.DivClassName
{
background-color: #5A6046;
}
.BgClassName
{
background-color: #5A6046;
}
</style>
border-color css
<style>
span { border-color: #5A6046; }
span { border-color: rgb(90,96,70); }
td.TdClassName
{
border-color: #5A6046;
}
.TagClassName
{
border-color: #5A6046;
}
</style>