Shades of Asparagus #719949
Tints of Asparagus #719949
RGB
CMYK
RGB Variations
Color information
#719949 (or 0x719949) is known color: Asparagus. HEX triplet: 71, 99 and 49. RGB value is (113,153,73). Sum of RGB (Red+Green+Blue) = 113+153+73=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #719949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719949 is #8E66B6. Grayscale: #848484. Windows color (decimal): -9332407 or 4823409. OLE color: 4823409.
HSL color Cylindrical-coordinate representation of color #719949: hue angle of 90º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #719949 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 153 | 73 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.4 |
| HSL | 90º | 0.35% | 0.44% | - |
| HSV(B) | 90º | 0.52% | 0.6% | - |
| XYZ | 19.4 | 26.77 | 10.45 | - |
| YUV | 131.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 73 | 0.26 | 0 | 0.52 | 0.4 | 90 | 0.35 | 0.44 |
| Hex | 71 | 99 | 49 | 1A | 0 | 34 | 28 | 5A | 23 | 2C |
| Octal | 161 | 231 | 111 | 32 | 0 | 64 | 50 | 132 | 43 | 54 |
| Binary | 1110001 | 10011001 | 1001001 | 11010 | 0 | 110100 | 101000 | 1011010 | 100011 | 101100 |
Color Harmonies of #719949
Complementary color
Monochromatic Colors of #719949
Black with #719949
Text Example
Text Example
White with #719949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719949; }
p { color: rgb(113,153,73); }
H1.HeaderClassName
{
color: #719949;
}
.AnyTagClassName
{
color: #719949;
}
</style>
background-color css
<style>
a { background-color: #719949; }
a { background-color: rgb(113,153,73); }
div.DivClassName
{
background-color: #719949;
}
.BgClassName
{
background-color: #719949;
}
</style>
border-color css
<style>
span { border-color: #719949; }
span { border-color: rgb(113,153,73); }
td.TdClassName
{
border-color: #719949;
}
.TagClassName
{
border-color: #719949;
}
</style>