Shades of Grey-Asparagus #4D554C
Tints of Grey-Asparagus #4D554C
RGB
CMYK
RGB Variations
Color information
#4D554C (or 0x4D554C) is known color: Grey-Asparagus. HEX triplet: 4D, 55 and 4C. RGB value is (77,85,76). Sum of RGB (Red+Green+Blue) = 77+85+76=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #4D554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D554C is #B2AAB3. Grayscale: #515151. Windows color (decimal): -11709108 or 5002573. OLE color: 5002573.
HSL color Cylindrical-coordinate representation of color #4D554C: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D554C is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 76 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.67 |
| HSL | 113.33º | 0.06% | 0.32% | - |
| HSV(B) | 113.33º | 0.11% | 0.33% | - |
| XYZ | 7.61 | 8.6 | 8.1 | - |
| YUV | 81.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 76 | 0.09 | 0 | 0.11 | 0.67 | 113.33 | 0.06 | 0.32 |
| Hex | 4D | 55 | 4C | 9 | 0 | B | 43 | 71 | 6 | 20 |
| Octal | 115 | 125 | 114 | 11 | 0 | 13 | 103 | 161 | 6 | 40 |
| Binary | 1001101 | 1010101 | 1001100 | 1001 | 0 | 1011 | 1000011 | 1110001 | 110 | 100000 |
Color Harmonies of #4D554C
Complementary color
Monochromatic Colors of #4D554C
Black with #4D554C
Text Example
Text Example
White with #4D554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D554C; }
p { color: rgb(77,85,76); }
H1.HeaderClassName
{
color: #4D554C;
}
.AnyTagClassName
{
color: #4D554C;
}
</style>
background-color css
<style>
a { background-color: #4D554C; }
a { background-color: rgb(77,85,76); }
div.DivClassName
{
background-color: #4D554C;
}
.BgClassName
{
background-color: #4D554C;
}
</style>
border-color css
<style>
span { border-color: #4D554C; }
span { border-color: rgb(77,85,76); }
td.TdClassName
{
border-color: #4D554C;
}
.TagClassName
{
border-color: #4D554C;
}
</style>