Shades of Grey-Asparagus #475545
Tints of Grey-Asparagus #475545
RGB
CMYK
RGB Variations
Color information
#475545 (or 0x475545) is known color: Grey-Asparagus. HEX triplet: 47, 55 and 45. RGB value is (71,85,69). Sum of RGB (Red+Green+Blue) = 71+85+69=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #475545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475545 is #B8AABA. Grayscale: #4F4F4F. Windows color (decimal): -12102331 or 4543815. OLE color: 4543815.
HSL color Cylindrical-coordinate representation of color #475545: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475545 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 69 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.67 |
| HSL | 112.5º | 0.1% | 0.3% | - |
| HSV(B) | 112.5º | 0.19% | 0.33% | - |
| XYZ | 6.92 | 8.27 | 6.86 | - |
| YUV | 78.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 69 | 0.16 | 0 | 0.19 | 0.67 | 112.5 | 0.1 | 0.3 |
| Hex | 47 | 55 | 45 | 10 | 0 | 13 | 43 | 70 | A | 1E |
| Octal | 107 | 125 | 105 | 20 | 0 | 23 | 103 | 160 | 12 | 36 |
| Binary | 1000111 | 1010101 | 1000101 | 10000 | 0 | 10011 | 1000011 | 1110000 | 1010 | 11110 |
Color Harmonies of #475545
Complementary color
Monochromatic Colors of #475545
Black with #475545
Text Example
Text Example
White with #475545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475545; }
p { color: rgb(71,85,69); }
H1.HeaderClassName
{
color: #475545;
}
.AnyTagClassName
{
color: #475545;
}
</style>
background-color css
<style>
a { background-color: #475545; }
a { background-color: rgb(71,85,69); }
div.DivClassName
{
background-color: #475545;
}
.BgClassName
{
background-color: #475545;
}
</style>
border-color css
<style>
span { border-color: #475545; }
span { border-color: rgb(71,85,69); }
td.TdClassName
{
border-color: #475545;
}
.TagClassName
{
border-color: #475545;
}
</style>