Shades of Grey-Asparagus #475E45
Tints of Grey-Asparagus #475E45
RGB
CMYK
RGB Variations
Color information
#475E45 (or 0x475E45) is known color: Grey-Asparagus. HEX triplet: 47, 5E and 45. RGB value is (71,94,69). Sum of RGB (Red+Green+Blue) = 71+94+69=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #475E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E45 is #B8A1BA. Grayscale: #545454. Windows color (decimal): -12100027 or 4546119. OLE color: 4546119.
HSL color Cylindrical-coordinate representation of color #475E45: hue angle of 115.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475E45 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 69 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.63 |
| HSL | 115.2º | 0.15% | 0.32% | - |
| HSV(B) | 115.2º | 0.27% | 0.37% | - |
| XYZ | 7.68 | 9.77 | 7.11 | - |
| YUV | 84.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 69 | 0.24 | 0 | 0.27 | 0.63 | 115.2 | 0.15 | 0.32 |
| Hex | 47 | 5E | 45 | 18 | 0 | 1B | 3F | 73 | F | 20 |
| Octal | 107 | 136 | 105 | 30 | 0 | 33 | 77 | 163 | 17 | 40 |
| Binary | 1000111 | 1011110 | 1000101 | 11000 | 0 | 11011 | 111111 | 1110011 | 1111 | 100000 |
Color Harmonies of #475E45
Complementary color
Monochromatic Colors of #475E45
Black with #475E45
Text Example
Text Example
White with #475E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E45; }
p { color: rgb(71,94,69); }
H1.HeaderClassName
{
color: #475E45;
}
.AnyTagClassName
{
color: #475E45;
}
</style>
background-color css
<style>
a { background-color: #475E45; }
a { background-color: rgb(71,94,69); }
div.DivClassName
{
background-color: #475E45;
}
.BgClassName
{
background-color: #475E45;
}
</style>
border-color css
<style>
span { border-color: #475E45; }
span { border-color: rgb(71,94,69); }
td.TdClassName
{
border-color: #475E45;
}
.TagClassName
{
border-color: #475E45;
}
</style>