Shades of Grey-Asparagus #475D46
Tints of Grey-Asparagus #475D46
RGB
CMYK
RGB Variations
Color information
#475D46 (or 0x475D46) is known color: Grey-Asparagus. HEX triplet: 47, 5D and 46. RGB value is (71,93,70). Sum of RGB (Red+Green+Blue) = 71+93+70=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #475D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D46 is #B8A2B9. Grayscale: #535353. Windows color (decimal): -12100282 or 4611399. OLE color: 4611399.
HSL color Cylindrical-coordinate representation of color #475D46: hue angle of 117.39º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475D46 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 70 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.64 |
| HSL | 117.39º | 0.14% | 0.32% | - |
| HSV(B) | 117.39º | 0.25% | 0.36% | - |
| XYZ | 7.62 | 9.61 | 7.25 | - |
| YUV | 83.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 70 | 0.24 | 0 | 0.25 | 0.64 | 117.39 | 0.14 | 0.32 |
| Hex | 47 | 5D | 46 | 18 | 0 | 19 | 40 | 75 | E | 20 |
| Octal | 107 | 135 | 106 | 30 | 0 | 31 | 100 | 165 | 16 | 40 |
| Binary | 1000111 | 1011101 | 1000110 | 11000 | 0 | 11001 | 1000000 | 1110101 | 1110 | 100000 |
Color Harmonies of #475D46
Complementary color
Monochromatic Colors of #475D46
Black with #475D46
Text Example
Text Example
White with #475D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D46; }
p { color: rgb(71,93,70); }
H1.HeaderClassName
{
color: #475D46;
}
.AnyTagClassName
{
color: #475D46;
}
</style>
background-color css
<style>
a { background-color: #475D46; }
a { background-color: rgb(71,93,70); }
div.DivClassName
{
background-color: #475D46;
}
.BgClassName
{
background-color: #475D46;
}
</style>
border-color css
<style>
span { border-color: #475D46; }
span { border-color: rgb(71,93,70); }
td.TdClassName
{
border-color: #475D46;
}
.TagClassName
{
border-color: #475D46;
}
</style>