Shades of Asparagus #749952
Tints of Asparagus #749952
RGB
CMYK
RGB Variations
Color information
#749952 (or 0x749952) is known color: Asparagus. HEX triplet: 74, 99 and 52. RGB value is (116,153,82). Sum of RGB (Red+Green+Blue) = 116+153+82=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #749952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749952 is #8B66AD. Grayscale: #868686. Windows color (decimal): -9135790 or 5413236. OLE color: 5413236.
HSL color Cylindrical-coordinate representation of color #749952: hue angle of 91.27º 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 #749952 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 82 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.4 |
| HSL | 91.27º | 0.3% | 0.46% | - |
| HSV(B) | 91.27º | 0.46% | 0.6% | - |
| XYZ | 20.12 | 27.1 | 12.15 | - |
| YUV | 133.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 82 | 0.24 | 0 | 0.46 | 0.4 | 91.27 | 0.3 | 0.46 |
| Hex | 74 | 99 | 52 | 18 | 0 | 2E | 28 | 5B | 1E | 2E |
| Octal | 164 | 231 | 122 | 30 | 0 | 56 | 50 | 133 | 36 | 56 |
| Binary | 1110100 | 10011001 | 1010010 | 11000 | 0 | 101110 | 101000 | 1011011 | 11110 | 101110 |
Color Harmonies of #749952
Complementary color
Monochromatic Colors of #749952
Black with #749952
Text Example
Text Example
White with #749952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749952; }
p { color: rgb(116,153,82); }
H1.HeaderClassName
{
color: #749952;
}
.AnyTagClassName
{
color: #749952;
}
</style>
background-color css
<style>
a { background-color: #749952; }
a { background-color: rgb(116,153,82); }
div.DivClassName
{
background-color: #749952;
}
.BgClassName
{
background-color: #749952;
}
</style>
border-color css
<style>
span { border-color: #749952; }
span { border-color: rgb(116,153,82); }
td.TdClassName
{
border-color: #749952;
}
.TagClassName
{
border-color: #749952;
}
</style>