Shades of Grey-Asparagus #495148
Tints of Grey-Asparagus #495148
RGB
CMYK
RGB Variations
Color information
#495148 (or 0x495148) is known color: Grey-Asparagus. HEX triplet: 49, 51 and 48. RGB value is (73,81,72). Sum of RGB (Red+Green+Blue) = 73+81+72=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #495148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495148 is #B6AEB7. Grayscale: #4D4D4D. Windows color (decimal): -11972280 or 4739401. OLE color: 4739401.
HSL color Cylindrical-coordinate representation of color #495148: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495148 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 72 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.68 |
| HSL | 113.33º | 0.06% | 0.3% | - |
| HSV(B) | 113.33º | 0.11% | 0.32% | - |
| XYZ | 6.86 | 7.77 | 7.27 | - |
| YUV | 77.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 72 | 0.10 | 0 | 0.11 | 0.68 | 113.33 | 0.06 | 0.3 |
| Hex | 49 | 51 | 48 | A | 0 | B | 44 | 71 | 6 | 1E |
| Octal | 111 | 121 | 110 | 12 | 0 | 13 | 104 | 161 | 6 | 36 |
| Binary | 1001001 | 1010001 | 1001000 | 1010 | 0 | 1011 | 1000100 | 1110001 | 110 | 11110 |
Color Harmonies of #495148
Complementary color
Monochromatic Colors of #495148
Black with #495148
Text Example
Text Example
White with #495148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495148; }
p { color: rgb(73,81,72); }
H1.HeaderClassName
{
color: #495148;
}
.AnyTagClassName
{
color: #495148;
}
</style>
background-color css
<style>
a { background-color: #495148; }
a { background-color: rgb(73,81,72); }
div.DivClassName
{
background-color: #495148;
}
.BgClassName
{
background-color: #495148;
}
</style>
border-color css
<style>
span { border-color: #495148; }
span { border-color: rgb(73,81,72); }
td.TdClassName
{
border-color: #495148;
}
.TagClassName
{
border-color: #495148;
}
</style>