Shades of Grey-Asparagus #495348
Tints of Grey-Asparagus #495348
RGB
CMYK
RGB Variations
Color information
#495348 (or 0x495348) is known color: Grey-Asparagus. HEX triplet: 49, 53 and 48. RGB value is (73,83,72). Sum of RGB (Red+Green+Blue) = 73+83+72=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #495348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495348 is #B6ACB7. Grayscale: #4E4E4E. Windows color (decimal): -11971768 or 4739913. OLE color: 4739913.
HSL color Cylindrical-coordinate representation of color #495348: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #495348 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 72 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.67 |
| HSL | 114.55º | 0.07% | 0.3% | - |
| HSV(B) | 114.55º | 0.13% | 0.33% | - |
| XYZ | 7.01 | 8.07 | 7.32 | - |
| YUV | 78.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 72 | 0.12 | 0 | 0.13 | 0.67 | 114.55 | 0.07 | 0.3 |
| Hex | 49 | 53 | 48 | C | 0 | D | 43 | 73 | 7 | 1E |
| Octal | 111 | 123 | 110 | 14 | 0 | 15 | 103 | 163 | 7 | 36 |
| Binary | 1001001 | 1010011 | 1001000 | 1100 | 0 | 1101 | 1000011 | 1110011 | 111 | 11110 |
Color Harmonies of #495348
Complementary color
Monochromatic Colors of #495348
Black with #495348
Text Example
Text Example
White with #495348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495348; }
p { color: rgb(73,83,72); }
H1.HeaderClassName
{
color: #495348;
}
.AnyTagClassName
{
color: #495348;
}
</style>
background-color css
<style>
a { background-color: #495348; }
a { background-color: rgb(73,83,72); }
div.DivClassName
{
background-color: #495348;
}
.BgClassName
{
background-color: #495348;
}
</style>
border-color css
<style>
span { border-color: #495348; }
span { border-color: rgb(73,83,72); }
td.TdClassName
{
border-color: #495348;
}
.TagClassName
{
border-color: #495348;
}
</style>