Shades of Asparagus #73A451
Tints of Asparagus #73A451
RGB
CMYK
RGB Variations
Color information
#73A451 (or 0x73A451) is known color: Asparagus. HEX triplet: 73, A4 and 51. RGB value is (115,164,81). Sum of RGB (Red+Green+Blue) = 115+164+81=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #73A451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A451 is #8C5BAE. Grayscale: #8C8C8C. Windows color (decimal): -9198511 or 5350515. OLE color: 5350515.
HSL color Cylindrical-coordinate representation of color #73A451: hue angle of 95.42º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A451 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 81 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.36 |
| HSL | 95.42º | 0.34% | 0.48% | - |
| HSV(B) | 95.42º | 0.51% | 0.64% | - |
| XYZ | 21.83 | 30.79 | 12.58 | - |
| YUV | 139.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 81 | 0.30 | 0 | 0.51 | 0.36 | 95.42 | 0.34 | 0.48 |
| Hex | 73 | A4 | 51 | 1E | 0 | 33 | 24 | 5F | 22 | 30 |
| Octal | 163 | 244 | 121 | 36 | 0 | 63 | 44 | 137 | 42 | 60 |
| Binary | 1110011 | 10100100 | 1010001 | 11110 | 0 | 110011 | 100100 | 1011111 | 100010 | 110000 |
Color Harmonies of #73A451
Complementary color
Monochromatic Colors of #73A451
Black with #73A451
Text Example
Text Example
White with #73A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A451; }
p { color: rgb(115,164,81); }
H1.HeaderClassName
{
color: #73A451;
}
.AnyTagClassName
{
color: #73A451;
}
</style>
background-color css
<style>
a { background-color: #73A451; }
a { background-color: rgb(115,164,81); }
div.DivClassName
{
background-color: #73A451;
}
.BgClassName
{
background-color: #73A451;
}
</style>
border-color css
<style>
span { border-color: #73A451; }
span { border-color: rgb(115,164,81); }
td.TdClassName
{
border-color: #73A451;
}
.TagClassName
{
border-color: #73A451;
}
</style>