Shades of Asparagus #729952
Tints of Asparagus #729952
RGB
CMYK
RGB Variations
Color information
#729952 (or 0x729952) is known color: Asparagus. HEX triplet: 72, 99 and 52. RGB value is (114,153,82). Sum of RGB (Red+Green+Blue) = 114+153+82=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #729952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729952 is #8D66AD. Grayscale: #858585. Windows color (decimal): -9266862 or 5413234. OLE color: 5413234.
HSL color Cylindrical-coordinate representation of color #729952: hue angle of 92.96º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #729952 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 82 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.4 |
| HSL | 92.96º | 0.3% | 0.46% | - |
| HSV(B) | 92.96º | 0.46% | 0.6% | - |
| XYZ | 19.85 | 26.97 | 12.14 | - |
| YUV | 133.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 82 | 0.25 | 0 | 0.46 | 0.4 | 92.96 | 0.3 | 0.46 |
| Hex | 72 | 99 | 52 | 19 | 0 | 2E | 28 | 5D | 1E | 2E |
| Octal | 162 | 231 | 122 | 31 | 0 | 56 | 50 | 135 | 36 | 56 |
| Binary | 1110010 | 10011001 | 1010010 | 11001 | 0 | 101110 | 101000 | 1011101 | 11110 | 101110 |
Color Harmonies of #729952
Complementary color
Monochromatic Colors of #729952
Black with #729952
Text Example
Text Example
White with #729952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729952; }
p { color: rgb(114,153,82); }
H1.HeaderClassName
{
color: #729952;
}
.AnyTagClassName
{
color: #729952;
}
</style>
background-color css
<style>
a { background-color: #729952; }
a { background-color: rgb(114,153,82); }
div.DivClassName
{
background-color: #729952;
}
.BgClassName
{
background-color: #729952;
}
</style>
border-color css
<style>
span { border-color: #729952; }
span { border-color: rgb(114,153,82); }
td.TdClassName
{
border-color: #729952;
}
.TagClassName
{
border-color: #729952;
}
</style>