Shades of Grey-Asparagus #495249
Tints of Grey-Asparagus #495249
RGB
CMYK
RGB Variations
Color information
#495249 (or 0x495249) is known color: Grey-Asparagus. HEX triplet: 49, 52 and 49. RGB value is (73,82,73). Sum of RGB (Red+Green+Blue) = 73+82+73=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 82 - color contains mainly: green. Hex color #495249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495249 is #B6ADB6. Grayscale: #4E4E4E. Windows color (decimal): -11972023 or 4805193. OLE color: 4805193.
HSL color Cylindrical-coordinate representation of color #495249: hue angle of 120º 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 #495249 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 73 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.68 |
| HSL | 120º | 0.06% | 0.3% | - |
| HSV(B) | 120º | 0.11% | 0.32% | - |
| XYZ | 6.97 | 7.93 | 7.47 | - |
| YUV | 78.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 73 | 0.11 | 0 | 0.11 | 0.68 | 120 | 0.06 | 0.3 |
| Hex | 49 | 52 | 49 | B | 0 | B | 44 | 78 | 6 | 1E |
| Octal | 111 | 122 | 111 | 13 | 0 | 13 | 104 | 170 | 6 | 36 |
| Binary | 1001001 | 1010010 | 1001001 | 1011 | 0 | 1011 | 1000100 | 1111000 | 110 | 11110 |
Color Harmonies of #495249
Complementary color
Monochromatic Colors of #495249
Black with #495249
Text Example
Text Example
White with #495249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495249; }
p { color: rgb(73,82,73); }
H1.HeaderClassName
{
color: #495249;
}
.AnyTagClassName
{
color: #495249;
}
</style>
background-color css
<style>
a { background-color: #495249; }
a { background-color: rgb(73,82,73); }
div.DivClassName
{
background-color: #495249;
}
.BgClassName
{
background-color: #495249;
}
</style>
border-color css
<style>
span { border-color: #495249; }
span { border-color: rgb(73,82,73); }
td.TdClassName
{
border-color: #495249;
}
.TagClassName
{
border-color: #495249;
}
</style>