Shades of Asparagus #739552
Tints of Asparagus #739552
RGB
CMYK
RGB Variations
Color information
#739552 (or 0x739552) is known color: Asparagus. HEX triplet: 73, 95 and 52. RGB value is (115,149,82). Sum of RGB (Red+Green+Blue) = 115+149+82=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #739552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739552 is #8C6AAD. Grayscale: #838383. Windows color (decimal): -9202350 or 5412211. OLE color: 5412211.
HSL color Cylindrical-coordinate representation of color #739552: hue angle of 90.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #739552 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 82 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.42 |
| HSL | 90.45º | 0.29% | 0.45% | - |
| HSV(B) | 90.45º | 0.45% | 0.58% | - |
| XYZ | 19.34 | 25.75 | 11.93 | - |
| YUV | 131.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 82 | 0.23 | 0 | 0.45 | 0.42 | 90.45 | 0.29 | 0.45 |
| Hex | 73 | 95 | 52 | 17 | 0 | 2D | 2A | 5A | 1D | 2D |
| Octal | 163 | 225 | 122 | 27 | 0 | 55 | 52 | 132 | 35 | 55 |
| Binary | 1110011 | 10010101 | 1010010 | 10111 | 0 | 101101 | 101010 | 1011010 | 11101 | 101101 |
Color Harmonies of #739552
Complementary color
Monochromatic Colors of #739552
Black with #739552
Text Example
Text Example
White with #739552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739552; }
p { color: rgb(115,149,82); }
H1.HeaderClassName
{
color: #739552;
}
.AnyTagClassName
{
color: #739552;
}
</style>
background-color css
<style>
a { background-color: #739552; }
a { background-color: rgb(115,149,82); }
div.DivClassName
{
background-color: #739552;
}
.BgClassName
{
background-color: #739552;
}
</style>
border-color css
<style>
span { border-color: #739552; }
span { border-color: rgb(115,149,82); }
td.TdClassName
{
border-color: #739552;
}
.TagClassName
{
border-color: #739552;
}
</style>