Shades of Grey-Asparagus #476343
Tints of Grey-Asparagus #476343
RGB
CMYK
RGB Variations
Color information
#476343 (or 0x476343) is known color: Grey-Asparagus. HEX triplet: 47, 63 and 43. RGB value is (71,99,67). Sum of RGB (Red+Green+Blue) = 71+99+67=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #476343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476343 is #B89CBC. Grayscale: #575757. Windows color (decimal): -12098749 or 4416327. OLE color: 4416327.
HSL color Cylindrical-coordinate representation of color #476343: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476343 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 67 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.61 |
| HSL | 112.5º | 0.19% | 0.33% | - |
| HSV(B) | 112.5º | 0.32% | 0.39% | - |
| XYZ | 8.07 | 10.67 | 6.94 | - |
| YUV | 86.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 67 | 0.28 | 0 | 0.32 | 0.61 | 112.5 | 0.19 | 0.33 |
| Hex | 47 | 63 | 43 | 1C | 0 | 20 | 3D | 70 | 13 | 21 |
| Octal | 107 | 143 | 103 | 34 | 0 | 40 | 75 | 160 | 23 | 41 |
| Binary | 1000111 | 1100011 | 1000011 | 11100 | 0 | 100000 | 111101 | 1110000 | 10011 | 100001 |
Color Harmonies of #476343
Complementary color
Monochromatic Colors of #476343
Black with #476343
Text Example
Text Example
White with #476343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476343; }
p { color: rgb(71,99,67); }
H1.HeaderClassName
{
color: #476343;
}
.AnyTagClassName
{
color: #476343;
}
</style>
background-color css
<style>
a { background-color: #476343; }
a { background-color: rgb(71,99,67); }
div.DivClassName
{
background-color: #476343;
}
.BgClassName
{
background-color: #476343;
}
</style>
border-color css
<style>
span { border-color: #476343; }
span { border-color: rgb(71,99,67); }
td.TdClassName
{
border-color: #476343;
}
.TagClassName
{
border-color: #476343;
}
</style>