Shades of Grey-Asparagus #495349
Tints of Grey-Asparagus #495349
RGB
CMYK
RGB Variations
Color information
#495349 (or 0x495349) is known color: Grey-Asparagus. HEX triplet: 49, 53 and 49. RGB value is (73,83,73). Sum of RGB (Red+Green+Blue) = 73+83+73=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #495349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495349 is #B6ACB6. Grayscale: #4E4E4E. Windows color (decimal): -11971767 or 4805449. OLE color: 4805449.
HSL color Cylindrical-coordinate representation of color #495349: hue angle of 120º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495349 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 73 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.67 |
| HSL | 120º | 0.06% | 0.31% | - |
| HSV(B) | 120º | 0.12% | 0.33% | - |
| XYZ | 7.04 | 8.08 | 7.49 | - |
| YUV | 78.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 73 | 0.12 | 0 | 0.12 | 0.67 | 120 | 0.06 | 0.31 |
| Hex | 49 | 53 | 49 | C | 0 | C | 43 | 78 | 6 | 1F |
| Octal | 111 | 123 | 111 | 14 | 0 | 14 | 103 | 170 | 6 | 37 |
| Binary | 1001001 | 1010011 | 1001001 | 1100 | 0 | 1100 | 1000011 | 1111000 | 110 | 11111 |
Color Harmonies of #495349
Complementary color
Monochromatic Colors of #495349
Black with #495349
Text Example
Text Example
White with #495349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495349; }
p { color: rgb(73,83,73); }
H1.HeaderClassName
{
color: #495349;
}
.AnyTagClassName
{
color: #495349;
}
</style>
background-color css
<style>
a { background-color: #495349; }
a { background-color: rgb(73,83,73); }
div.DivClassName
{
background-color: #495349;
}
.BgClassName
{
background-color: #495349;
}
</style>
border-color css
<style>
span { border-color: #495349; }
span { border-color: rgb(73,83,73); }
td.TdClassName
{
border-color: #495349;
}
.TagClassName
{
border-color: #495349;
}
</style>