Shades of Grey-Asparagus #495149
Tints of Grey-Asparagus #495149
RGB
CMYK
RGB Variations
Color information
#495149 (or 0x495149) is known color: Grey-Asparagus. HEX triplet: 49, 51 and 49. RGB value is (73,81,73). Sum of RGB (Red+Green+Blue) = 73+81+73=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #495149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495149 is #B6AEB6. Grayscale: #4D4D4D. Windows color (decimal): -11972279 or 4804937. OLE color: 4804937.
HSL color Cylindrical-coordinate representation of color #495149: hue angle of 120º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #495149 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 73 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.68 |
| HSL | 120º | 0.05% | 0.3% | - |
| HSV(B) | 120º | 0.1% | 0.32% | - |
| XYZ | 6.89 | 7.78 | 7.44 | - |
| YUV | 77.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 73 | 0.10 | 0 | 0.10 | 0.68 | 120 | 0.05 | 0.3 |
| Hex | 49 | 51 | 49 | A | 0 | A | 44 | 78 | 5 | 1E |
| Octal | 111 | 121 | 111 | 12 | 0 | 12 | 104 | 170 | 5 | 36 |
| Binary | 1001001 | 1010001 | 1001001 | 1010 | 0 | 1010 | 1000100 | 1111000 | 101 | 11110 |
Color Harmonies of #495149
Complementary color
Monochromatic Colors of #495149
Black with #495149
Text Example
Text Example
White with #495149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495149; }
p { color: rgb(73,81,73); }
H1.HeaderClassName
{
color: #495149;
}
.AnyTagClassName
{
color: #495149;
}
</style>
background-color css
<style>
a { background-color: #495149; }
a { background-color: rgb(73,81,73); }
div.DivClassName
{
background-color: #495149;
}
.BgClassName
{
background-color: #495149;
}
</style>
border-color css
<style>
span { border-color: #495149; }
span { border-color: rgb(73,81,73); }
td.TdClassName
{
border-color: #495149;
}
.TagClassName
{
border-color: #495149;
}
</style>