Shades of Grey-Asparagus #495549
Tints of Grey-Asparagus #495549
RGB
CMYK
RGB Variations
Color information
#495549 (or 0x495549) is known color: Grey-Asparagus. HEX triplet: 49, 55 and 49. RGB value is (73,85,73). Sum of RGB (Red+Green+Blue) = 73+85+73=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #495549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495549 is #B6AAB6. Grayscale: #505050. Windows color (decimal): -11971255 or 4805961. OLE color: 4805961.
HSL color Cylindrical-coordinate representation of color #495549: hue angle of 120º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495549 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 73 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.67 |
| HSL | 120º | 0.08% | 0.31% | - |
| HSV(B) | 120º | 0.14% | 0.33% | - |
| XYZ | 7.2 | 8.39 | 7.54 | - |
| YUV | 80.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 73 | 0.14 | 0 | 0.14 | 0.67 | 120 | 0.08 | 0.31 |
| Hex | 49 | 55 | 49 | E | 0 | E | 43 | 78 | 8 | 1F |
| Octal | 111 | 125 | 111 | 16 | 0 | 16 | 103 | 170 | 10 | 37 |
| Binary | 1001001 | 1010101 | 1001001 | 1110 | 0 | 1110 | 1000011 | 1111000 | 1000 | 11111 |
Color Harmonies of #495549
Complementary color
Monochromatic Colors of #495549
Black with #495549
Text Example
Text Example
White with #495549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495549; }
p { color: rgb(73,85,73); }
H1.HeaderClassName
{
color: #495549;
}
.AnyTagClassName
{
color: #495549;
}
</style>
background-color css
<style>
a { background-color: #495549; }
a { background-color: rgb(73,85,73); }
div.DivClassName
{
background-color: #495549;
}
.BgClassName
{
background-color: #495549;
}
</style>
border-color css
<style>
span { border-color: #495549; }
span { border-color: rgb(73,85,73); }
td.TdClassName
{
border-color: #495549;
}
.TagClassName
{
border-color: #495549;
}
</style>