Shades of Grey-Asparagus #475D47
Tints of Grey-Asparagus #475D47
RGB
CMYK
RGB Variations
Color information
#475D47 (or 0x475D47) is known color: Grey-Asparagus. HEX triplet: 47, 5D and 47. RGB value is (71,93,71). Sum of RGB (Red+Green+Blue) = 71+93+71=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #475D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D47 is #B8A2B8. Grayscale: #535353. Windows color (decimal): -12100281 or 4676935. OLE color: 4676935.
HSL color Cylindrical-coordinate representation of color #475D47: hue angle of 120º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D47 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 71 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.64 |
| HSL | 120º | 0.13% | 0.32% | - |
| HSV(B) | 120º | 0.24% | 0.36% | - |
| XYZ | 7.65 | 9.62 | 7.42 | - |
| YUV | 83.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 71 | 0.24 | 0 | 0.24 | 0.64 | 120 | 0.13 | 0.32 |
| Hex | 47 | 5D | 47 | 18 | 0 | 18 | 40 | 78 | D | 20 |
| Octal | 107 | 135 | 107 | 30 | 0 | 30 | 100 | 170 | 15 | 40 |
| Binary | 1000111 | 1011101 | 1000111 | 11000 | 0 | 11000 | 1000000 | 1111000 | 1101 | 100000 |
Color Harmonies of #475D47
Complementary color
Monochromatic Colors of #475D47
Black with #475D47
Text Example
Text Example
White with #475D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D47; }
p { color: rgb(71,93,71); }
H1.HeaderClassName
{
color: #475D47;
}
.AnyTagClassName
{
color: #475D47;
}
</style>
background-color css
<style>
a { background-color: #475D47; }
a { background-color: rgb(71,93,71); }
div.DivClassName
{
background-color: #475D47;
}
.BgClassName
{
background-color: #475D47;
}
</style>
border-color css
<style>
span { border-color: #475D47; }
span { border-color: rgb(71,93,71); }
td.TdClassName
{
border-color: #475D47;
}
.TagClassName
{
border-color: #475D47;
}
</style>