Shades of Asparagus #73A044
Tints of Asparagus #73A044
RGB
CMYK
RGB Variations
Color information
#73A044 (or 0x73A044) is known color: Asparagus. HEX triplet: 73, A0 and 44. RGB value is (115,160,68). Sum of RGB (Red+Green+Blue) = 115+160+68=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #73A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A044 is #8C5FBB. Grayscale: #888888. Windows color (decimal): -9199548 or 4497523. OLE color: 4497523.
HSL color Cylindrical-coordinate representation of color #73A044: hue angle of 89.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73A044 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 68 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.37 |
| HSL | 89.35º | 0.4% | 0.45% | - |
| HSV(B) | 89.35º | 0.58% | 0.63% | - |
| XYZ | 20.68 | 29.2 | 10.02 | - |
| YUV | 136.06 | 89.59 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 68 | 0.28 | 0 | 0.57 | 0.37 | 89.35 | 0.4 | 0.45 |
| Hex | 73 | A0 | 44 | 1C | 0 | 39 | 25 | 59 | 28 | 2D |
| Octal | 163 | 240 | 104 | 34 | 0 | 71 | 45 | 131 | 50 | 55 |
| Binary | 1110011 | 10100000 | 1000100 | 11100 | 0 | 111001 | 100101 | 1011001 | 101000 | 101101 |
Color Harmonies of #73A044
Complementary color
Monochromatic Colors of #73A044
Black with #73A044
Text Example
Text Example
White with #73A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A044; }
p { color: rgb(115,160,68); }
H1.HeaderClassName
{
color: #73A044;
}
.AnyTagClassName
{
color: #73A044;
}
</style>
background-color css
<style>
a { background-color: #73A044; }
a { background-color: rgb(115,160,68); }
div.DivClassName
{
background-color: #73A044;
}
.BgClassName
{
background-color: #73A044;
}
</style>
border-color css
<style>
span { border-color: #73A044; }
span { border-color: rgb(115,160,68); }
td.TdClassName
{
border-color: #73A044;
}
.TagClassName
{
border-color: #73A044;
}
</style>