Shades of Grey-Asparagus #496045
Tints of Grey-Asparagus #496045
RGB
CMYK
RGB Variations
Color information
#496045 (or 0x496045) is known color: Grey-Asparagus. HEX triplet: 49, 60 and 45. RGB value is (73,96,69). Sum of RGB (Red+Green+Blue) = 73+96+69=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #496045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496045 is #B69FBA. Grayscale: #565656. Windows color (decimal): -11968443 or 4546633. OLE color: 4546633.
HSL color Cylindrical-coordinate representation of color #496045: hue angle of 111.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496045 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 69 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.62 |
| HSL | 111.11º | 0.16% | 0.32% | - |
| HSV(B) | 111.11º | 0.28% | 0.38% | - |
| XYZ | 8 | 10.21 | 7.18 | - |
| YUV | 86.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 69 | 0.24 | 0 | 0.28 | 0.62 | 111.11 | 0.16 | 0.32 |
| Hex | 49 | 60 | 45 | 18 | 0 | 1C | 3E | 6F | 10 | 20 |
| Octal | 111 | 140 | 105 | 30 | 0 | 34 | 76 | 157 | 20 | 40 |
| Binary | 1001001 | 1100000 | 1000101 | 11000 | 0 | 11100 | 111110 | 1101111 | 10000 | 100000 |
Color Harmonies of #496045
Complementary color
Monochromatic Colors of #496045
Black with #496045
Text Example
Text Example
White with #496045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496045; }
p { color: rgb(73,96,69); }
H1.HeaderClassName
{
color: #496045;
}
.AnyTagClassName
{
color: #496045;
}
</style>
background-color css
<style>
a { background-color: #496045; }
a { background-color: rgb(73,96,69); }
div.DivClassName
{
background-color: #496045;
}
.BgClassName
{
background-color: #496045;
}
</style>
border-color css
<style>
span { border-color: #496045; }
span { border-color: rgb(73,96,69); }
td.TdClassName
{
border-color: #496045;
}
.TagClassName
{
border-color: #496045;
}
</style>