Shades of Asparagus #73A253
Tints of Asparagus #73A253
RGB
CMYK
RGB Variations
Color information
#73A253 (or 0x73A253) is known color: Asparagus. HEX triplet: 73, A2 and 53. RGB value is (115,162,83). Sum of RGB (Red+Green+Blue) = 115+162+83=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #73A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A253 is #8C5DAC. Grayscale: #8B8B8B. Windows color (decimal): -9199021 or 5481075. OLE color: 5481075.
HSL color Cylindrical-coordinate representation of color #73A253: hue angle of 95.7º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73A253 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 83 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.36 |
| HSL | 95.7º | 0.32% | 0.48% | - |
| HSV(B) | 95.7º | 0.49% | 0.64% | - |
| XYZ | 21.55 | 30.11 | 12.86 | - |
| YUV | 138.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 83 | 0.29 | 0 | 0.49 | 0.36 | 95.7 | 0.32 | 0.48 |
| Hex | 73 | A2 | 53 | 1D | 0 | 31 | 24 | 60 | 20 | 30 |
| Octal | 163 | 242 | 123 | 35 | 0 | 61 | 44 | 140 | 40 | 60 |
| Binary | 1110011 | 10100010 | 1010011 | 11101 | 0 | 110001 | 100100 | 1100000 | 100000 | 110000 |
Color Harmonies of #73A253
Complementary color
Monochromatic Colors of #73A253
Black with #73A253
Text Example
Text Example
White with #73A253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A253; }
p { color: rgb(115,162,83); }
H1.HeaderClassName
{
color: #73A253;
}
.AnyTagClassName
{
color: #73A253;
}
</style>
background-color css
<style>
a { background-color: #73A253; }
a { background-color: rgb(115,162,83); }
div.DivClassName
{
background-color: #73A253;
}
.BgClassName
{
background-color: #73A253;
}
</style>
border-color css
<style>
span { border-color: #73A253; }
span { border-color: rgb(115,162,83); }
td.TdClassName
{
border-color: #73A253;
}
.TagClassName
{
border-color: #73A253;
}
</style>