Shades of Grey-Asparagus #475345
Tints of Grey-Asparagus #475345
RGB
CMYK
RGB Variations
Color information
#475345 (or 0x475345) is known color: Grey-Asparagus. HEX triplet: 47, 53 and 45. RGB value is (71,83,69). Sum of RGB (Red+Green+Blue) = 71+83+69=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #475345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475345 is #B8ACBA. Grayscale: #4D4D4D. Windows color (decimal): -12102843 or 4543303. OLE color: 4543303.
HSL color Cylindrical-coordinate representation of color #475345: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475345 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 69 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.67 |
| HSL | 111.43º | 0.09% | 0.3% | - |
| HSV(B) | 111.43º | 0.17% | 0.33% | - |
| XYZ | 6.77 | 7.96 | 6.81 | - |
| YUV | 77.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 69 | 0.14 | 0 | 0.17 | 0.67 | 111.43 | 0.09 | 0.3 |
| Hex | 47 | 53 | 45 | E | 0 | 11 | 43 | 6F | 9 | 1E |
| Octal | 107 | 123 | 105 | 16 | 0 | 21 | 103 | 157 | 11 | 36 |
| Binary | 1000111 | 1010011 | 1000101 | 1110 | 0 | 10001 | 1000011 | 1101111 | 1001 | 11110 |
Color Harmonies of #475345
Complementary color
Monochromatic Colors of #475345
Black with #475345
Text Example
Text Example
White with #475345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475345; }
p { color: rgb(71,83,69); }
H1.HeaderClassName
{
color: #475345;
}
.AnyTagClassName
{
color: #475345;
}
</style>
background-color css
<style>
a { background-color: #475345; }
a { background-color: rgb(71,83,69); }
div.DivClassName
{
background-color: #475345;
}
.BgClassName
{
background-color: #475345;
}
</style>
border-color css
<style>
span { border-color: #475345; }
span { border-color: rgb(71,83,69); }
td.TdClassName
{
border-color: #475345;
}
.TagClassName
{
border-color: #475345;
}
</style>