Shades of Asparagus #739953
Tints of Asparagus #739953
RGB
CMYK
RGB Variations
Color information
#739953 (or 0x739953) is known color: Asparagus. HEX triplet: 73, 99 and 53. RGB value is (115,153,83). Sum of RGB (Red+Green+Blue) = 115+153+83=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #739953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739953 is #8C66AC. Grayscale: #858585. Windows color (decimal): -9201325 or 5478771. OLE color: 5478771.
HSL color Cylindrical-coordinate representation of color #739953: hue angle of 92.57º 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 #739953 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 83 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.4 |
| HSL | 92.57º | 0.3% | 0.46% | - |
| HSV(B) | 92.57º | 0.46% | 0.6% | - |
| XYZ | 20.02 | 27.05 | 12.35 | - |
| YUV | 133.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 83 | 0.25 | 0 | 0.46 | 0.4 | 92.57 | 0.3 | 0.46 |
| Hex | 73 | 99 | 53 | 19 | 0 | 2E | 28 | 5D | 1E | 2E |
| Octal | 163 | 231 | 123 | 31 | 0 | 56 | 50 | 135 | 36 | 56 |
| Binary | 1110011 | 10011001 | 1010011 | 11001 | 0 | 101110 | 101000 | 1011101 | 11110 | 101110 |
Color Harmonies of #739953
Complementary color
Monochromatic Colors of #739953
Black with #739953
Text Example
Text Example
White with #739953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739953; }
p { color: rgb(115,153,83); }
H1.HeaderClassName
{
color: #739953;
}
.AnyTagClassName
{
color: #739953;
}
</style>
background-color css
<style>
a { background-color: #739953; }
a { background-color: rgb(115,153,83); }
div.DivClassName
{
background-color: #739953;
}
.BgClassName
{
background-color: #739953;
}
</style>
border-color css
<style>
span { border-color: #739953; }
span { border-color: rgb(115,153,83); }
td.TdClassName
{
border-color: #739953;
}
.TagClassName
{
border-color: #739953;
}
</style>