Shades of Grey-Asparagus #4A5A48
Tints of Grey-Asparagus #4A5A48
RGB
CMYK
RGB Variations
Color information
#4A5A48 (or 0x4A5A48) is known color: Grey-Asparagus. HEX triplet: 4A, 5A and 48. RGB value is (74,90,72). Sum of RGB (Red+Green+Blue) = 74+90+72=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A48 is #B5A5B7. Grayscale: #535353. Windows color (decimal): -11904440 or 4741706. OLE color: 4741706.
HSL color Cylindrical-coordinate representation of color #4A5A48: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5A48 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 72 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.65 |
| HSL | 113.33º | 0.11% | 0.32% | - |
| HSV(B) | 113.33º | 0.2% | 0.35% | - |
| XYZ | 7.65 | 9.24 | 7.51 | - |
| YUV | 83.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 72 | 0.18 | 0 | 0.20 | 0.65 | 113.33 | 0.11 | 0.32 |
| Hex | 4A | 5A | 48 | 12 | 0 | 14 | 41 | 71 | B | 20 |
| Octal | 112 | 132 | 110 | 22 | 0 | 24 | 101 | 161 | 13 | 40 |
| Binary | 1001010 | 1011010 | 1001000 | 10010 | 0 | 10100 | 1000001 | 1110001 | 1011 | 100000 |
Color Harmonies of #4A5A48
Complementary color
Monochromatic Colors of #4A5A48
Black with #4A5A48
Text Example
Text Example
White with #4A5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A48; }
p { color: rgb(74,90,72); }
H1.HeaderClassName
{
color: #4A5A48;
}
.AnyTagClassName
{
color: #4A5A48;
}
</style>
background-color css
<style>
a { background-color: #4A5A48; }
a { background-color: rgb(74,90,72); }
div.DivClassName
{
background-color: #4A5A48;
}
.BgClassName
{
background-color: #4A5A48;
}
</style>
border-color css
<style>
span { border-color: #4A5A48; }
span { border-color: rgb(74,90,72); }
td.TdClassName
{
border-color: #4A5A48;
}
.TagClassName
{
border-color: #4A5A48;
}
</style>