Shades of Grey-Asparagus #475244
Tints of Grey-Asparagus #475244
RGB
CMYK
RGB Variations
Color information
#475244 (or 0x475244) is known color: Grey-Asparagus. HEX triplet: 47, 52 and 44. RGB value is (71,82,68). Sum of RGB (Red+Green+Blue) = 71+82+68=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #475244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475244 is #B8ADBB. Grayscale: #4D4D4D. Windows color (decimal): -12103100 or 4477511. OLE color: 4477511.
HSL color Cylindrical-coordinate representation of color #475244: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475244 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 68 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.68 |
| HSL | 107.14º | 0.09% | 0.29% | - |
| HSV(B) | 107.14º | 0.17% | 0.32% | - |
| XYZ | 6.66 | 7.79 | 6.62 | - |
| YUV | 77.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 68 | 0.13 | 0 | 0.17 | 0.68 | 107.14 | 0.09 | 0.29 |
| Hex | 47 | 52 | 44 | D | 0 | 11 | 44 | 6B | 9 | 1D |
| Octal | 107 | 122 | 104 | 15 | 0 | 21 | 104 | 153 | 11 | 35 |
| Binary | 1000111 | 1010010 | 1000100 | 1101 | 0 | 10001 | 1000100 | 1101011 | 1001 | 11101 |
Color Harmonies of #475244
Complementary color
Monochromatic Colors of #475244
Black with #475244
Text Example
Text Example
White with #475244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475244; }
p { color: rgb(71,82,68); }
H1.HeaderClassName
{
color: #475244;
}
.AnyTagClassName
{
color: #475244;
}
</style>
background-color css
<style>
a { background-color: #475244; }
a { background-color: rgb(71,82,68); }
div.DivClassName
{
background-color: #475244;
}
.BgClassName
{
background-color: #475244;
}
</style>
border-color css
<style>
span { border-color: #475244; }
span { border-color: rgb(71,82,68); }
td.TdClassName
{
border-color: #475244;
}
.TagClassName
{
border-color: #475244;
}
</style>