Shades of Asparagus #749449
Tints of Asparagus #749449
RGB
CMYK
RGB Variations
Color information
#749449 (or 0x749449) is known color: Asparagus. HEX triplet: 74, 94 and 49. RGB value is (116,148,73). Sum of RGB (Red+Green+Blue) = 116+148+73=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #749449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749449 is #8B6BB6. Grayscale: #828282. Windows color (decimal): -9137079 or 4822132. OLE color: 4822132.
HSL color Cylindrical-coordinate representation of color #749449: hue angle of 85.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #749449 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 148 | 73 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.42 |
| HSL | 85.6º | 0.34% | 0.43% | - |
| HSV(B) | 85.6º | 0.51% | 0.58% | - |
| XYZ | 18.99 | 25.37 | 10.2 | - |
| YUV | 129.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 73 | 0.22 | 0 | 0.51 | 0.42 | 85.6 | 0.34 | 0.43 |
| Hex | 74 | 94 | 49 | 16 | 0 | 33 | 2A | 56 | 22 | 2B |
| Octal | 164 | 224 | 111 | 26 | 0 | 63 | 52 | 126 | 42 | 53 |
| Binary | 1110100 | 10010100 | 1001001 | 10110 | 0 | 110011 | 101010 | 1010110 | 100010 | 101011 |
Color Harmonies of #749449
Complementary color
Monochromatic Colors of #749449
Black with #749449
Text Example
Text Example
White with #749449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749449; }
p { color: rgb(116,148,73); }
H1.HeaderClassName
{
color: #749449;
}
.AnyTagClassName
{
color: #749449;
}
</style>
background-color css
<style>
a { background-color: #749449; }
a { background-color: rgb(116,148,73); }
div.DivClassName
{
background-color: #749449;
}
.BgClassName
{
background-color: #749449;
}
</style>
border-color css
<style>
span { border-color: #749449; }
span { border-color: rgb(116,148,73); }
td.TdClassName
{
border-color: #749449;
}
.TagClassName
{
border-color: #749449;
}
</style>