Shades of Grey-Asparagus #475344
Tints of Grey-Asparagus #475344
RGB
CMYK
RGB Variations
Color information
#475344 (or 0x475344) is known color: Grey-Asparagus. HEX triplet: 47, 53 and 44. RGB value is (71,83,68). Sum of RGB (Red+Green+Blue) = 71+83+68=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #475344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475344 is #B8ACBB. Grayscale: #4D4D4D. Windows color (decimal): -12102844 or 4477767. OLE color: 4477767.
HSL color Cylindrical-coordinate representation of color #475344: hue angle of 108º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475344 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 68 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.67 |
| HSL | 108º | 0.1% | 0.3% | - |
| HSV(B) | 108º | 0.18% | 0.33% | - |
| XYZ | 6.74 | 7.94 | 6.65 | - |
| YUV | 77.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 68 | 0.14 | 0 | 0.18 | 0.67 | 108 | 0.1 | 0.3 |
| Hex | 47 | 53 | 44 | E | 0 | 12 | 43 | 6C | A | 1E |
| Octal | 107 | 123 | 104 | 16 | 0 | 22 | 103 | 154 | 12 | 36 |
| Binary | 1000111 | 1010011 | 1000100 | 1110 | 0 | 10010 | 1000011 | 1101100 | 1010 | 11110 |
Color Harmonies of #475344
Complementary color
Monochromatic Colors of #475344
Black with #475344
Text Example
Text Example
White with #475344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475344; }
p { color: rgb(71,83,68); }
H1.HeaderClassName
{
color: #475344;
}
.AnyTagClassName
{
color: #475344;
}
</style>
background-color css
<style>
a { background-color: #475344; }
a { background-color: rgb(71,83,68); }
div.DivClassName
{
background-color: #475344;
}
.BgClassName
{
background-color: #475344;
}
</style>
border-color css
<style>
span { border-color: #475344; }
span { border-color: rgb(71,83,68); }
td.TdClassName
{
border-color: #475344;
}
.TagClassName
{
border-color: #475344;
}
</style>