Shades of Asparagus #749249
Tints of Asparagus #749249
RGB
CMYK
RGB Variations
Color information
#749249 (or 0x749249) is known color: Asparagus. HEX triplet: 74, 92 and 49. RGB value is (116,146,73). Sum of RGB (Red+Green+Blue) = 116+146+73=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #749249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749249 is #8B6DB6. Grayscale: #808080. Windows color (decimal): -9137591 or 4821620. OLE color: 4821620.
HSL color Cylindrical-coordinate representation of color #749249: hue angle of 84.66º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749249 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 73 | - |
| CMYK | 0.21 | 0 | 0.5 | 0.43 |
| HSL | 84.66º | 0.33% | 0.43% | - |
| HSV(B) | 84.66º | 0.5% | 0.57% | - |
| XYZ | 18.68 | 24.75 | 10.1 | - |
| YUV | 128.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 73 | 0.21 | 0 | 0.5 | 0.43 | 84.66 | 0.33 | 0.43 |
| Hex | 74 | 92 | 49 | 15 | 0 | 32 | 2B | 55 | 21 | 2B |
| Octal | 164 | 222 | 111 | 25 | 0 | 62 | 53 | 125 | 41 | 53 |
| Binary | 1110100 | 10010010 | 1001001 | 10101 | 0 | 110010 | 101011 | 1010101 | 100001 | 101011 |
Color Harmonies of #749249
Complementary color
Monochromatic Colors of #749249
Black with #749249
Text Example
Text Example
White with #749249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749249; }
p { color: rgb(116,146,73); }
H1.HeaderClassName
{
color: #749249;
}
.AnyTagClassName
{
color: #749249;
}
</style>
background-color css
<style>
a { background-color: #749249; }
a { background-color: rgb(116,146,73); }
div.DivClassName
{
background-color: #749249;
}
.BgClassName
{
background-color: #749249;
}
</style>
border-color css
<style>
span { border-color: #749249; }
span { border-color: rgb(116,146,73); }
td.TdClassName
{
border-color: #749249;
}
.TagClassName
{
border-color: #749249;
}
</style>