Shades of Grey-Asparagus #476845
Tints of Grey-Asparagus #476845
RGB
CMYK
RGB Variations
Color information
#476845 (or 0x476845) is known color: Grey-Asparagus. HEX triplet: 47, 68 and 45. RGB value is (71,104,69). Sum of RGB (Red+Green+Blue) = 71+104+69=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #476845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476845 is #B897BA. Grayscale: #5A5A5A. Windows color (decimal): -12097467 or 4548679. OLE color: 4548679.
HSL color Cylindrical-coordinate representation of color #476845: hue angle of 116.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476845 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 69 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.59 |
| HSL | 116.57º | 0.2% | 0.34% | - |
| HSV(B) | 116.57º | 0.34% | 0.41% | - |
| XYZ | 8.62 | 11.67 | 7.43 | - |
| YUV | 90.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 69 | 0.32 | 0 | 0.34 | 0.59 | 116.57 | 0.2 | 0.34 |
| Hex | 47 | 68 | 45 | 20 | 0 | 22 | 3B | 75 | 14 | 22 |
| Octal | 107 | 150 | 105 | 40 | 0 | 42 | 73 | 165 | 24 | 42 |
| Binary | 1000111 | 1101000 | 1000101 | 100000 | 0 | 100010 | 111011 | 1110101 | 10100 | 100010 |
Color Harmonies of #476845
Complementary color
Monochromatic Colors of #476845
Black with #476845
Text Example
Text Example
White with #476845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476845; }
p { color: rgb(71,104,69); }
H1.HeaderClassName
{
color: #476845;
}
.AnyTagClassName
{
color: #476845;
}
</style>
background-color css
<style>
a { background-color: #476845; }
a { background-color: rgb(71,104,69); }
div.DivClassName
{
background-color: #476845;
}
.BgClassName
{
background-color: #476845;
}
</style>
border-color css
<style>
span { border-color: #476845; }
span { border-color: rgb(71,104,69); }
td.TdClassName
{
border-color: #476845;
}
.TagClassName
{
border-color: #476845;
}
</style>