Shades of Asparagus #739952
Tints of Asparagus #739952
RGB
CMYK
RGB Variations
Color information
#739952 (or 0x739952) is known color: Asparagus. HEX triplet: 73, 99 and 52. RGB value is (115,153,82). Sum of RGB (Red+Green+Blue) = 115+153+82=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #739952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739952 is #8C66AD. Grayscale: #858585. Windows color (decimal): -9201326 or 5413235. OLE color: 5413235.
HSL color Cylindrical-coordinate representation of color #739952: hue angle of 92.11º 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 #739952 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 82 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.4 |
| HSL | 92.11º | 0.3% | 0.46% | - |
| HSV(B) | 92.11º | 0.46% | 0.6% | - |
| XYZ | 19.98 | 27.04 | 12.15 | - |
| YUV | 133.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 82 | 0.25 | 0 | 0.46 | 0.4 | 92.11 | 0.3 | 0.46 |
| Hex | 73 | 99 | 52 | 19 | 0 | 2E | 28 | 5C | 1E | 2E |
| Octal | 163 | 231 | 122 | 31 | 0 | 56 | 50 | 134 | 36 | 56 |
| Binary | 1110011 | 10011001 | 1010010 | 11001 | 0 | 101110 | 101000 | 1011100 | 11110 | 101110 |
Color Harmonies of #739952
Complementary color
Monochromatic Colors of #739952
Black with #739952
Text Example
Text Example
White with #739952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739952; }
p { color: rgb(115,153,82); }
H1.HeaderClassName
{
color: #739952;
}
.AnyTagClassName
{
color: #739952;
}
</style>
background-color css
<style>
a { background-color: #739952; }
a { background-color: rgb(115,153,82); }
div.DivClassName
{
background-color: #739952;
}
.BgClassName
{
background-color: #739952;
}
</style>
border-color css
<style>
span { border-color: #739952; }
span { border-color: rgb(115,153,82); }
td.TdClassName
{
border-color: #739952;
}
.TagClassName
{
border-color: #739952;
}
</style>