Shades of Grey-Asparagus #476644
Tints of Grey-Asparagus #476644
RGB
CMYK
RGB Variations
Color information
#476644 (or 0x476644) is known color: Grey-Asparagus. HEX triplet: 47, 66 and 44. RGB value is (71,102,68). Sum of RGB (Red+Green+Blue) = 71+102+68=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #476644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476644 is #B899BB. Grayscale: #585858. Windows color (decimal): -12097980 or 4482631. OLE color: 4482631.
HSL color Cylindrical-coordinate representation of color #476644: hue angle of 114.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476644 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 68 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.6 |
| HSL | 114.71º | 0.2% | 0.33% | - |
| HSV(B) | 114.71º | 0.33% | 0.4% | - |
| XYZ | 8.39 | 11.26 | 7.2 | - |
| YUV | 88.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 68 | 0.30 | 0 | 0.33 | 0.6 | 114.71 | 0.2 | 0.33 |
| Hex | 47 | 66 | 44 | 1E | 0 | 21 | 3C | 73 | 14 | 21 |
| Octal | 107 | 146 | 104 | 36 | 0 | 41 | 74 | 163 | 24 | 41 |
| Binary | 1000111 | 1100110 | 1000100 | 11110 | 0 | 100001 | 111100 | 1110011 | 10100 | 100001 |
Color Harmonies of #476644
Complementary color
Monochromatic Colors of #476644
Black with #476644
Text Example
Text Example
White with #476644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476644; }
p { color: rgb(71,102,68); }
H1.HeaderClassName
{
color: #476644;
}
.AnyTagClassName
{
color: #476644;
}
</style>
background-color css
<style>
a { background-color: #476644; }
a { background-color: rgb(71,102,68); }
div.DivClassName
{
background-color: #476644;
}
.BgClassName
{
background-color: #476644;
}
</style>
border-color css
<style>
span { border-color: #476644; }
span { border-color: rgb(71,102,68); }
td.TdClassName
{
border-color: #476644;
}
.TagClassName
{
border-color: #476644;
}
</style>