Shades of Asparagus #739949
Tints of Asparagus #739949
RGB
CMYK
RGB Variations
Color information
#739949 (or 0x739949) is known color: Asparagus. HEX triplet: 73, 99 and 49. RGB value is (115,153,73). Sum of RGB (Red+Green+Blue) = 115+153+73=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #739949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739949 is #8C66B6. Grayscale: #848484. Windows color (decimal): -9201335 or 4823411. OLE color: 4823411.
HSL color Cylindrical-coordinate representation of color #739949: hue angle of 88.5º 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 #739949 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 73 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.4 |
| HSL | 88.5º | 0.35% | 0.44% | - |
| HSV(B) | 88.5º | 0.52% | 0.6% | - |
| XYZ | 19.66 | 26.91 | 10.46 | - |
| YUV | 132.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 73 | 0.25 | 0 | 0.52 | 0.4 | 88.5 | 0.35 | 0.44 |
| Hex | 73 | 99 | 49 | 19 | 0 | 34 | 28 | 58 | 23 | 2C |
| Octal | 163 | 231 | 111 | 31 | 0 | 64 | 50 | 130 | 43 | 54 |
| Binary | 1110011 | 10011001 | 1001001 | 11001 | 0 | 110100 | 101000 | 1011000 | 100011 | 101100 |
Color Harmonies of #739949
Complementary color
Monochromatic Colors of #739949
Black with #739949
Text Example
Text Example
White with #739949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739949; }
p { color: rgb(115,153,73); }
H1.HeaderClassName
{
color: #739949;
}
.AnyTagClassName
{
color: #739949;
}
</style>
background-color css
<style>
a { background-color: #739949; }
a { background-color: rgb(115,153,73); }
div.DivClassName
{
background-color: #739949;
}
.BgClassName
{
background-color: #739949;
}
</style>
border-color css
<style>
span { border-color: #739949; }
span { border-color: rgb(115,153,73); }
td.TdClassName
{
border-color: #739949;
}
.TagClassName
{
border-color: #739949;
}
</style>