Shades of Grey-Asparagus #495548
Tints of Grey-Asparagus #495548
RGB
CMYK
RGB Variations
Color information
#495548 (or 0x495548) is known color: Grey-Asparagus. HEX triplet: 49, 55 and 48. RGB value is (73,85,72). Sum of RGB (Red+Green+Blue) = 73+85+72=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #495548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495548 is #B6AAB7. Grayscale: #4F4F4F. Windows color (decimal): -11971256 or 4740425. OLE color: 4740425.
HSL color Cylindrical-coordinate representation of color #495548: hue angle of 115.38º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495548 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 72 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.67 |
| HSL | 115.38º | 0.08% | 0.31% | - |
| HSV(B) | 115.38º | 0.15% | 0.33% | - |
| XYZ | 7.17 | 8.38 | 7.37 | - |
| YUV | 79.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 72 | 0.14 | 0 | 0.15 | 0.67 | 115.38 | 0.08 | 0.31 |
| Hex | 49 | 55 | 48 | E | 0 | F | 43 | 73 | 8 | 1F |
| Octal | 111 | 125 | 110 | 16 | 0 | 17 | 103 | 163 | 10 | 37 |
| Binary | 1001001 | 1010101 | 1001000 | 1110 | 0 | 1111 | 1000011 | 1110011 | 1000 | 11111 |
Color Harmonies of #495548
Complementary color
Monochromatic Colors of #495548
Black with #495548
Text Example
Text Example
White with #495548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495548; }
p { color: rgb(73,85,72); }
H1.HeaderClassName
{
color: #495548;
}
.AnyTagClassName
{
color: #495548;
}
</style>
background-color css
<style>
a { background-color: #495548; }
a { background-color: rgb(73,85,72); }
div.DivClassName
{
background-color: #495548;
}
.BgClassName
{
background-color: #495548;
}
</style>
border-color css
<style>
span { border-color: #495548; }
span { border-color: rgb(73,85,72); }
td.TdClassName
{
border-color: #495548;
}
.TagClassName
{
border-color: #495548;
}
</style>