Shades of Asparagus #72A352
Tints of Asparagus #72A352
RGB
CMYK
RGB Variations
Color information
#72A352 (or 0x72A352) is known color: Asparagus. HEX triplet: 72, A3 and 52. RGB value is (114,163,82). Sum of RGB (Red+Green+Blue) = 114+163+82=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #72A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A352 is #8D5CAD. Grayscale: #8B8B8B. Windows color (decimal): -9264302 or 5415794. OLE color: 5415794.
HSL color Cylindrical-coordinate representation of color #72A352: hue angle of 96.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72A352 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 163 | 82 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.36 |
| HSL | 96.3º | 0.33% | 0.48% | - |
| HSV(B) | 96.3º | 0.5% | 0.64% | - |
| XYZ | 21.56 | 30.38 | 12.71 | - |
| YUV | 139.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 163 | 82 | 0.30 | 0 | 0.50 | 0.36 | 96.3 | 0.33 | 0.48 |
| Hex | 72 | A3 | 52 | 1E | 0 | 32 | 24 | 60 | 21 | 30 |
| Octal | 162 | 243 | 122 | 36 | 0 | 62 | 44 | 140 | 41 | 60 |
| Binary | 1110010 | 10100011 | 1010010 | 11110 | 0 | 110010 | 100100 | 1100000 | 100001 | 110000 |
Color Harmonies of #72A352
Complementary color
Monochromatic Colors of #72A352
Black with #72A352
Text Example
Text Example
White with #72A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A352; }
p { color: rgb(114,163,82); }
H1.HeaderClassName
{
color: #72A352;
}
.AnyTagClassName
{
color: #72A352;
}
</style>
background-color css
<style>
a { background-color: #72A352; }
a { background-color: rgb(114,163,82); }
div.DivClassName
{
background-color: #72A352;
}
.BgClassName
{
background-color: #72A352;
}
</style>
border-color css
<style>
span { border-color: #72A352; }
span { border-color: rgb(114,163,82); }
td.TdClassName
{
border-color: #72A352;
}
.TagClassName
{
border-color: #72A352;
}
</style>