Shades of Asparagus #729448
Tints of Asparagus #729448
RGB
CMYK
RGB Variations
Color information
#729448 (or 0x729448) is known color: Asparagus. HEX triplet: 72, 94 and 48. RGB value is (114,148,72). Sum of RGB (Red+Green+Blue) = 114+148+72=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #729448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729448 is #8D6BB7. Grayscale: #818181. Windows color (decimal): -9268152 or 4756594. OLE color: 4756594.
HSL color Cylindrical-coordinate representation of color #729448: hue angle of 86.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729448 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 72 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.42 |
| HSL | 86.84º | 0.35% | 0.43% | - |
| HSV(B) | 86.84º | 0.51% | 0.58% | - |
| XYZ | 18.7 | 25.23 | 10.01 | - |
| YUV | 129.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 72 | 0.23 | 0 | 0.51 | 0.42 | 86.84 | 0.35 | 0.43 |
| Hex | 72 | 94 | 48 | 17 | 0 | 33 | 2A | 57 | 23 | 2B |
| Octal | 162 | 224 | 110 | 27 | 0 | 63 | 52 | 127 | 43 | 53 |
| Binary | 1110010 | 10010100 | 1001000 | 10111 | 0 | 110011 | 101010 | 1010111 | 100011 | 101011 |
Color Harmonies of #729448
Complementary color
Monochromatic Colors of #729448
Black with #729448
Text Example
Text Example
White with #729448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729448; }
p { color: rgb(114,148,72); }
H1.HeaderClassName
{
color: #729448;
}
.AnyTagClassName
{
color: #729448;
}
</style>
background-color css
<style>
a { background-color: #729448; }
a { background-color: rgb(114,148,72); }
div.DivClassName
{
background-color: #729448;
}
.BgClassName
{
background-color: #729448;
}
</style>
border-color css
<style>
span { border-color: #729448; }
span { border-color: rgb(114,148,72); }
td.TdClassName
{
border-color: #729448;
}
.TagClassName
{
border-color: #729448;
}
</style>