Shades of Asparagus #739248
Tints of Asparagus #739248
RGB
CMYK
RGB Variations
Color information
#739248 (or 0x739248) is known color: Asparagus. HEX triplet: 73, 92 and 48. RGB value is (115,146,72). Sum of RGB (Red+Green+Blue) = 115+146+72=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #739248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739248 is #8C6DB7. Grayscale: #808080. Windows color (decimal): -9203128 or 4756083. OLE color: 4756083.
HSL color Cylindrical-coordinate representation of color #739248: hue angle of 85.14º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #739248 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 146 | 72 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.43 |
| HSL | 85.14º | 0.34% | 0.43% | - |
| HSV(B) | 85.14º | 0.51% | 0.57% | - |
| XYZ | 18.52 | 24.67 | 9.92 | - |
| YUV | 128.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 72 | 0.21 | 0 | 0.51 | 0.43 | 85.14 | 0.34 | 0.43 |
| Hex | 73 | 92 | 48 | 15 | 0 | 33 | 2B | 55 | 22 | 2B |
| Octal | 163 | 222 | 110 | 25 | 0 | 63 | 53 | 125 | 42 | 53 |
| Binary | 1110011 | 10010010 | 1001000 | 10101 | 0 | 110011 | 101011 | 1010101 | 100010 | 101011 |
Color Harmonies of #739248
Complementary color
Monochromatic Colors of #739248
Black with #739248
Text Example
Text Example
White with #739248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739248; }
p { color: rgb(115,146,72); }
H1.HeaderClassName
{
color: #739248;
}
.AnyTagClassName
{
color: #739248;
}
</style>
background-color css
<style>
a { background-color: #739248; }
a { background-color: rgb(115,146,72); }
div.DivClassName
{
background-color: #739248;
}
.BgClassName
{
background-color: #739248;
}
</style>
border-color css
<style>
span { border-color: #739248; }
span { border-color: rgb(115,146,72); }
td.TdClassName
{
border-color: #739248;
}
.TagClassName
{
border-color: #739248;
}
</style>