Shades of Grey-Asparagus #475247
Tints of Grey-Asparagus #475247
RGB
CMYK
RGB Variations
Color information
#475247 (or 0x475247) is known color: Grey-Asparagus. HEX triplet: 47, 52 and 47. RGB value is (71,82,71). Sum of RGB (Red+Green+Blue) = 71+82+71=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #475247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475247 is #B8ADB8. Grayscale: #4D4D4D. Windows color (decimal): -12103097 or 4674119. OLE color: 4674119.
HSL color Cylindrical-coordinate representation of color #475247: hue angle of 120º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475247 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 71 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.68 |
| HSL | 120º | 0.07% | 0.3% | - |
| HSV(B) | 120º | 0.13% | 0.32% | - |
| XYZ | 6.75 | 7.83 | 7.12 | - |
| YUV | 77.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 71 | 0.13 | 0 | 0.13 | 0.68 | 120 | 0.07 | 0.3 |
| Hex | 47 | 52 | 47 | D | 0 | D | 44 | 78 | 7 | 1E |
| Octal | 107 | 122 | 107 | 15 | 0 | 15 | 104 | 170 | 7 | 36 |
| Binary | 1000111 | 1010010 | 1000111 | 1101 | 0 | 1101 | 1000100 | 1111000 | 111 | 11110 |
Color Harmonies of #475247
Complementary color
Monochromatic Colors of #475247
Black with #475247
Text Example
Text Example
White with #475247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475247; }
p { color: rgb(71,82,71); }
H1.HeaderClassName
{
color: #475247;
}
.AnyTagClassName
{
color: #475247;
}
</style>
background-color css
<style>
a { background-color: #475247; }
a { background-color: rgb(71,82,71); }
div.DivClassName
{
background-color: #475247;
}
.BgClassName
{
background-color: #475247;
}
</style>
border-color css
<style>
span { border-color: #475247; }
span { border-color: rgb(71,82,71); }
td.TdClassName
{
border-color: #475247;
}
.TagClassName
{
border-color: #475247;
}
</style>