Shades of Asparagus #749248
Tints of Asparagus #749248
RGB
CMYK
RGB Variations
Color information
#749248 (or 0x749248) is known color: Asparagus. HEX triplet: 74, 92 and 48. RGB value is (116,146,72). Sum of RGB (Red+Green+Blue) = 116+146+72=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #749248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749248 is #8B6DB7. Grayscale: #808080. Windows color (decimal): -9137592 or 4756084. OLE color: 4756084.
HSL color Cylindrical-coordinate representation of color #749248: hue angle of 84.32º 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 #749248 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 72 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.43 |
| HSL | 84.32º | 0.34% | 0.43% | - |
| HSV(B) | 84.32º | 0.51% | 0.57% | - |
| XYZ | 18.65 | 24.74 | 9.92 | - |
| YUV | 128.59 | 96.06 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 72 | 0.21 | 0 | 0.51 | 0.43 | 84.32 | 0.34 | 0.43 |
| Hex | 74 | 92 | 48 | 15 | 0 | 33 | 2B | 54 | 22 | 2B |
| Octal | 164 | 222 | 110 | 25 | 0 | 63 | 53 | 124 | 42 | 53 |
| Binary | 1110100 | 10010010 | 1001000 | 10101 | 0 | 110011 | 101011 | 1010100 | 100010 | 101011 |
Color Harmonies of #749248
Complementary color
Monochromatic Colors of #749248
Black with #749248
Text Example
Text Example
White with #749248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749248; }
p { color: rgb(116,146,72); }
H1.HeaderClassName
{
color: #749248;
}
.AnyTagClassName
{
color: #749248;
}
</style>
background-color css
<style>
a { background-color: #749248; }
a { background-color: rgb(116,146,72); }
div.DivClassName
{
background-color: #749248;
}
.BgClassName
{
background-color: #749248;
}
</style>
border-color css
<style>
span { border-color: #749248; }
span { border-color: rgb(116,146,72); }
td.TdClassName
{
border-color: #749248;
}
.TagClassName
{
border-color: #749248;
}
</style>