Shades of Asparagus #74AD52
Tints of Asparagus #74AD52
RGB
CMYK
RGB Variations
Color information
#74AD52 (or 0x74AD52) is known color: Asparagus. HEX triplet: 74, AD and 52. RGB value is (116,173,82). Sum of RGB (Red+Green+Blue) = 116+173+82=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD52 is #8B52AD. Grayscale: #919191. Windows color (decimal): -9130670 or 5418356. OLE color: 5418356.
HSL color Cylindrical-coordinate representation of color #74AD52: hue angle of 97.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74AD52 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 82 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.32 |
| HSL | 97.58º | 0.36% | 0.5% | - |
| HSV(B) | 97.58º | 0.53% | 0.68% | - |
| XYZ | 23.67 | 34.21 | 13.34 | - |
| YUV | 145.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 82 | 0.33 | 0 | 0.53 | 0.32 | 97.58 | 0.36 | 0.5 |
| Hex | 74 | AD | 52 | 21 | 0 | 35 | 20 | 62 | 24 | 32 |
| Octal | 164 | 255 | 122 | 41 | 0 | 65 | 40 | 142 | 44 | 62 |
| Binary | 1110100 | 10101101 | 1010010 | 100001 | 0 | 110101 | 100000 | 1100010 | 100100 | 110010 |
Color Harmonies of #74AD52
Complementary color
Monochromatic Colors of #74AD52
Black with #74AD52
Text Example
Text Example
White with #74AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD52; }
p { color: rgb(116,173,82); }
H1.HeaderClassName
{
color: #74AD52;
}
.AnyTagClassName
{
color: #74AD52;
}
</style>
background-color css
<style>
a { background-color: #74AD52; }
a { background-color: rgb(116,173,82); }
div.DivClassName
{
background-color: #74AD52;
}
.BgClassName
{
background-color: #74AD52;
}
</style>
border-color css
<style>
span { border-color: #74AD52; }
span { border-color: rgb(116,173,82); }
td.TdClassName
{
border-color: #74AD52;
}
.TagClassName
{
border-color: #74AD52;
}
</style>