Shades of Grey-Asparagus #475946
Tints of Grey-Asparagus #475946
RGB
CMYK
RGB Variations
Color information
#475946 (or 0x475946) is known color: Grey-Asparagus. HEX triplet: 47, 59 and 46. RGB value is (71,89,70). Sum of RGB (Red+Green+Blue) = 71+89+70=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #475946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475946 is #B8A6B9. Grayscale: #515151. Windows color (decimal): -12101306 or 4610375. OLE color: 4610375.
HSL color Cylindrical-coordinate representation of color #475946: hue angle of 116.84º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475946 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 70 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.65 |
| HSL | 116.84º | 0.12% | 0.31% | - |
| HSV(B) | 116.84º | 0.21% | 0.35% | - |
| XYZ | 7.28 | 8.93 | 7.13 | - |
| YUV | 81.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 70 | 0.20 | 0 | 0.21 | 0.65 | 116.84 | 0.12 | 0.31 |
| Hex | 47 | 59 | 46 | 14 | 0 | 15 | 41 | 75 | C | 1F |
| Octal | 107 | 131 | 106 | 24 | 0 | 25 | 101 | 165 | 14 | 37 |
| Binary | 1000111 | 1011001 | 1000110 | 10100 | 0 | 10101 | 1000001 | 1110101 | 1100 | 11111 |
Color Harmonies of #475946
Complementary color
Monochromatic Colors of #475946
Black with #475946
Text Example
Text Example
White with #475946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475946; }
p { color: rgb(71,89,70); }
H1.HeaderClassName
{
color: #475946;
}
.AnyTagClassName
{
color: #475946;
}
</style>
background-color css
<style>
a { background-color: #475946; }
a { background-color: rgb(71,89,70); }
div.DivClassName
{
background-color: #475946;
}
.BgClassName
{
background-color: #475946;
}
</style>
border-color css
<style>
span { border-color: #475946; }
span { border-color: rgb(71,89,70); }
td.TdClassName
{
border-color: #475946;
}
.TagClassName
{
border-color: #475946;
}
</style>