Shades of Grey-Asparagus #496146
Tints of Grey-Asparagus #496146
RGB
CMYK
RGB Variations
Color information
#496146 (or 0x496146) is known color: Grey-Asparagus. HEX triplet: 49, 61 and 46. RGB value is (73,97,70). Sum of RGB (Red+Green+Blue) = 73+97+70=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #496146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496146 is #B69EB9. Grayscale: #565656. Windows color (decimal): -11968186 or 4612425. OLE color: 4612425.
HSL color Cylindrical-coordinate representation of color #496146: hue angle of 113.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496146 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 70 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.62 |
| HSL | 113.33º | 0.16% | 0.33% | - |
| HSV(B) | 113.33º | 0.28% | 0.38% | - |
| XYZ | 8.13 | 10.41 | 7.37 | - |
| YUV | 86.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 70 | 0.25 | 0 | 0.28 | 0.62 | 113.33 | 0.16 | 0.33 |
| Hex | 49 | 61 | 46 | 19 | 0 | 1C | 3E | 71 | 10 | 21 |
| Octal | 111 | 141 | 106 | 31 | 0 | 34 | 76 | 161 | 20 | 41 |
| Binary | 1001001 | 1100001 | 1000110 | 11001 | 0 | 11100 | 111110 | 1110001 | 10000 | 100001 |
Color Harmonies of #496146
Complementary color
Monochromatic Colors of #496146
Black with #496146
Text Example
Text Example
White with #496146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496146; }
p { color: rgb(73,97,70); }
H1.HeaderClassName
{
color: #496146;
}
.AnyTagClassName
{
color: #496146;
}
</style>
background-color css
<style>
a { background-color: #496146; }
a { background-color: rgb(73,97,70); }
div.DivClassName
{
background-color: #496146;
}
.BgClassName
{
background-color: #496146;
}
</style>
border-color css
<style>
span { border-color: #496146; }
span { border-color: rgb(73,97,70); }
td.TdClassName
{
border-color: #496146;
}
.TagClassName
{
border-color: #496146;
}
</style>