Shades of Asparagus #739F52
Tints of Asparagus #739F52
RGB
CMYK
RGB Variations
Color information
#739F52 (or 0x739F52) is known color: Asparagus. HEX triplet: 73, 9F and 52. RGB value is (115,159,82). Sum of RGB (Red+Green+Blue) = 115+159+82=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #739F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F52 is #8C60AD. Grayscale: #898989. Windows color (decimal): -9199790 or 5414771. OLE color: 5414771.
HSL color Cylindrical-coordinate representation of color #739F52: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #739F52 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 82 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.38 |
| HSL | 94.29º | 0.32% | 0.47% | - |
| HSV(B) | 94.29º | 0.48% | 0.62% | - |
| XYZ | 20.99 | 29.05 | 12.48 | - |
| YUV | 137.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 82 | 0.28 | 0 | 0.48 | 0.38 | 94.29 | 0.32 | 0.47 |
| Hex | 73 | 9F | 52 | 1C | 0 | 30 | 26 | 5E | 20 | 2F |
| Octal | 163 | 237 | 122 | 34 | 0 | 60 | 46 | 136 | 40 | 57 |
| Binary | 1110011 | 10011111 | 1010010 | 11100 | 0 | 110000 | 100110 | 1011110 | 100000 | 101111 |
Color Harmonies of #739F52
Complementary color
Monochromatic Colors of #739F52
Black with #739F52
Text Example
Text Example
White with #739F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F52; }
p { color: rgb(115,159,82); }
H1.HeaderClassName
{
color: #739F52;
}
.AnyTagClassName
{
color: #739F52;
}
</style>
background-color css
<style>
a { background-color: #739F52; }
a { background-color: rgb(115,159,82); }
div.DivClassName
{
background-color: #739F52;
}
.BgClassName
{
background-color: #739F52;
}
</style>
border-color css
<style>
span { border-color: #739F52; }
span { border-color: rgb(115,159,82); }
td.TdClassName
{
border-color: #739F52;
}
.TagClassName
{
border-color: #739F52;
}
</style>