Shades of Grey-Asparagus #475A47
Tints of Grey-Asparagus #475A47
RGB
CMYK
RGB Variations
Color information
#475A47 (or 0x475A47) is known color: Grey-Asparagus. HEX triplet: 47, 5A and 47. RGB value is (71,90,71). Sum of RGB (Red+Green+Blue) = 71+90+71=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #475A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A47 is #B8A5B8. Grayscale: #525252. Windows color (decimal): -12101049 or 4676167. OLE color: 4676167.
HSL color Cylindrical-coordinate representation of color #475A47: hue angle of 120º 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 #475A47 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 71 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.65 |
| HSL | 120º | 0.12% | 0.32% | - |
| HSV(B) | 120º | 0.21% | 0.35% | - |
| XYZ | 7.39 | 9.11 | 7.33 | - |
| YUV | 82.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 71 | 0.21 | 0 | 0.21 | 0.65 | 120 | 0.12 | 0.32 |
| Hex | 47 | 5A | 47 | 15 | 0 | 15 | 41 | 78 | C | 20 |
| Octal | 107 | 132 | 107 | 25 | 0 | 25 | 101 | 170 | 14 | 40 |
| Binary | 1000111 | 1011010 | 1000111 | 10101 | 0 | 10101 | 1000001 | 1111000 | 1100 | 100000 |
Color Harmonies of #475A47
Complementary color
Monochromatic Colors of #475A47
Black with #475A47
Text Example
Text Example
White with #475A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A47; }
p { color: rgb(71,90,71); }
H1.HeaderClassName
{
color: #475A47;
}
.AnyTagClassName
{
color: #475A47;
}
</style>
background-color css
<style>
a { background-color: #475A47; }
a { background-color: rgb(71,90,71); }
div.DivClassName
{
background-color: #475A47;
}
.BgClassName
{
background-color: #475A47;
}
</style>
border-color css
<style>
span { border-color: #475A47; }
span { border-color: rgb(71,90,71); }
td.TdClassName
{
border-color: #475A47;
}
.TagClassName
{
border-color: #475A47;
}
</style>