Shades of Grey-Asparagus #4A5A47
Tints of Grey-Asparagus #4A5A47
RGB
CMYK
RGB Variations
Color information
#4A5A47 (or 0x4A5A47) is known color: Grey-Asparagus. HEX triplet: 4A, 5A and 47. RGB value is (74,90,71). Sum of RGB (Red+Green+Blue) = 74+90+71=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A47 is #B5A5B8. Grayscale: #535353. Windows color (decimal): -11904441 or 4676170. OLE color: 4676170.
HSL color Cylindrical-coordinate representation of color #4A5A47: hue angle of 110.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5A47 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 71 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.65 |
| HSL | 110.53º | 0.12% | 0.32% | - |
| HSV(B) | 110.53º | 0.21% | 0.35% | - |
| XYZ | 7.62 | 9.22 | 7.34 | - |
| YUV | 83.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 71 | 0.18 | 0 | 0.21 | 0.65 | 110.53 | 0.12 | 0.32 |
| Hex | 4A | 5A | 47 | 12 | 0 | 15 | 41 | 6F | C | 20 |
| Octal | 112 | 132 | 107 | 22 | 0 | 25 | 101 | 157 | 14 | 40 |
| Binary | 1001010 | 1011010 | 1000111 | 10010 | 0 | 10101 | 1000001 | 1101111 | 1100 | 100000 |
Color Harmonies of #4A5A47
Complementary color
Monochromatic Colors of #4A5A47
Black with #4A5A47
Text Example
Text Example
White with #4A5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A47; }
p { color: rgb(74,90,71); }
H1.HeaderClassName
{
color: #4A5A47;
}
.AnyTagClassName
{
color: #4A5A47;
}
</style>
background-color css
<style>
a { background-color: #4A5A47; }
a { background-color: rgb(74,90,71); }
div.DivClassName
{
background-color: #4A5A47;
}
.BgClassName
{
background-color: #4A5A47;
}
</style>
border-color css
<style>
span { border-color: #4A5A47; }
span { border-color: rgb(74,90,71); }
td.TdClassName
{
border-color: #4A5A47;
}
.TagClassName
{
border-color: #4A5A47;
}
</style>