Shades of Grey-Asparagus #476142
Tints of Grey-Asparagus #476142
RGB
CMYK
RGB Variations
Color information
#476142 (or 0x476142) is known color: Grey-Asparagus. HEX triplet: 47, 61 and 42. RGB value is (71,97,66). Sum of RGB (Red+Green+Blue) = 71+97+66=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #476142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476142 is #B89EBD. Grayscale: #555555. Windows color (decimal): -12099262 or 4350279. OLE color: 4350279.
HSL color Cylindrical-coordinate representation of color #476142: hue angle of 110.32º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476142 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 66 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.62 |
| HSL | 110.32º | 0.19% | 0.32% | - |
| HSV(B) | 110.32º | 0.32% | 0.38% | - |
| XYZ | 7.86 | 10.28 | 6.72 | - |
| YUV | 85.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 66 | 0.27 | 0 | 0.32 | 0.62 | 110.32 | 0.19 | 0.32 |
| Hex | 47 | 61 | 42 | 1B | 0 | 20 | 3E | 6E | 13 | 20 |
| Octal | 107 | 141 | 102 | 33 | 0 | 40 | 76 | 156 | 23 | 40 |
| Binary | 1000111 | 1100001 | 1000010 | 11011 | 0 | 100000 | 111110 | 1101110 | 10011 | 100000 |
Color Harmonies of #476142
Complementary color
Monochromatic Colors of #476142
Black with #476142
Text Example
Text Example
White with #476142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476142; }
p { color: rgb(71,97,66); }
H1.HeaderClassName
{
color: #476142;
}
.AnyTagClassName
{
color: #476142;
}
</style>
background-color css
<style>
a { background-color: #476142; }
a { background-color: rgb(71,97,66); }
div.DivClassName
{
background-color: #476142;
}
.BgClassName
{
background-color: #476142;
}
</style>
border-color css
<style>
span { border-color: #476142; }
span { border-color: rgb(71,97,66); }
td.TdClassName
{
border-color: #476142;
}
.TagClassName
{
border-color: #476142;
}
</style>