Shades of Grey-Asparagus #475D48
Tints of Grey-Asparagus #475D48
RGB
CMYK
RGB Variations
Color information
#475D48 (or 0x475D48) is known color: Grey-Asparagus. HEX triplet: 47, 5D and 48. RGB value is (71,93,72). Sum of RGB (Red+Green+Blue) = 71+93+72=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #475D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475D48 is #B8A2B7. Grayscale: #545454. Windows color (decimal): -12100280 or 4742471. OLE color: 4742471.
HSL color Cylindrical-coordinate representation of color #475D48: hue angle of 122.73º 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 #475D48 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 72 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.64 |
| HSL | 122.73º | 0.13% | 0.32% | - |
| HSV(B) | 122.73º | 0.24% | 0.36% | - |
| XYZ | 7.68 | 9.64 | 7.59 | - |
| YUV | 84.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 72 | 0.24 | 0 | 0.23 | 0.64 | 122.73 | 0.13 | 0.32 |
| Hex | 47 | 5D | 48 | 18 | 0 | 17 | 40 | 7B | D | 20 |
| Octal | 107 | 135 | 110 | 30 | 0 | 27 | 100 | 173 | 15 | 40 |
| Binary | 1000111 | 1011101 | 1001000 | 11000 | 0 | 10111 | 1000000 | 1111011 | 1101 | 100000 |
Color Harmonies of #475D48
Complementary color
Monochromatic Colors of #475D48
Black with #475D48
Text Example
Text Example
White with #475D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D48; }
p { color: rgb(71,93,72); }
H1.HeaderClassName
{
color: #475D48;
}
.AnyTagClassName
{
color: #475D48;
}
</style>
background-color css
<style>
a { background-color: #475D48; }
a { background-color: rgb(71,93,72); }
div.DivClassName
{
background-color: #475D48;
}
.BgClassName
{
background-color: #475D48;
}
</style>
border-color css
<style>
span { border-color: #475D48; }
span { border-color: rgb(71,93,72); }
td.TdClassName
{
border-color: #475D48;
}
.TagClassName
{
border-color: #475D48;
}
</style>