Shades of Grey-Asparagus #475E48
Tints of Grey-Asparagus #475E48
RGB
CMYK
RGB Variations
Color information
#475E48 (or 0x475E48) is known color: Grey-Asparagus. HEX triplet: 47, 5E and 48. RGB value is (71,94,72). Sum of RGB (Red+Green+Blue) = 71+94+72=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 94 - color contains mainly: green. Hex color #475E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E48 is #B8A1B7. Grayscale: #545454. Windows color (decimal): -12100024 or 4742727. OLE color: 4742727.
HSL color Cylindrical-coordinate representation of color #475E48: hue angle of 122.61º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E48 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 72 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.63 |
| HSL | 122.61º | 0.14% | 0.32% | - |
| HSV(B) | 122.61º | 0.24% | 0.37% | - |
| XYZ | 7.77 | 9.81 | 7.62 | - |
| YUV | 84.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 72 | 0.24 | 0 | 0.23 | 0.63 | 122.61 | 0.14 | 0.32 |
| Hex | 47 | 5E | 48 | 18 | 0 | 17 | 3F | 7B | E | 20 |
| Octal | 107 | 136 | 110 | 30 | 0 | 27 | 77 | 173 | 16 | 40 |
| Binary | 1000111 | 1011110 | 1001000 | 11000 | 0 | 10111 | 111111 | 1111011 | 1110 | 100000 |
Color Harmonies of #475E48
Complementary color
Monochromatic Colors of #475E48
Black with #475E48
Text Example
Text Example
White with #475E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E48; }
p { color: rgb(71,94,72); }
H1.HeaderClassName
{
color: #475E48;
}
.AnyTagClassName
{
color: #475E48;
}
</style>
background-color css
<style>
a { background-color: #475E48; }
a { background-color: rgb(71,94,72); }
div.DivClassName
{
background-color: #475E48;
}
.BgClassName
{
background-color: #475E48;
}
</style>
border-color css
<style>
span { border-color: #475E48; }
span { border-color: rgb(71,94,72); }
td.TdClassName
{
border-color: #475E48;
}
.TagClassName
{
border-color: #475E48;
}
</style>