Shades of Feldgrau #476353
Tints of Feldgrau #476353
RGB
CMYK
RGB Variations
Color information
#476353 (or 0x476353) is known color: Feldgrau. HEX triplet: 47, 63 and 53. RGB value is (71,99,83). Sum of RGB (Red+Green+Blue) = 71+99+83=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #476353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476353 is #B89CAC. Grayscale: #585858. Windows color (decimal): -12098733 or 5464903. OLE color: 5464903.
HSL color Cylindrical-coordinate representation of color #476353: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476353 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 83 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.61 |
| HSL | 145.71º | 0.16% | 0.33% | - |
| HSV(B) | 145.71º | 0.28% | 0.39% | - |
| XYZ | 8.62 | 10.89 | 9.83 | - |
| YUV | 88.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 83 | 0.28 | 0 | 0.16 | 0.61 | 145.71 | 0.16 | 0.33 |
| Hex | 47 | 63 | 53 | 1C | 0 | 10 | 3D | 92 | 10 | 21 |
| Octal | 107 | 143 | 123 | 34 | 0 | 20 | 75 | 222 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1010011 | 11100 | 0 | 10000 | 111101 | 10010010 | 10000 | 100001 |
Color Harmonies of #476353
Complementary color
Monochromatic Colors of #476353
Black with #476353
Text Example
Text Example
White with #476353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476353; }
p { color: rgb(71,99,83); }
H1.HeaderClassName
{
color: #476353;
}
.AnyTagClassName
{
color: #476353;
}
</style>
background-color css
<style>
a { background-color: #476353; }
a { background-color: rgb(71,99,83); }
div.DivClassName
{
background-color: #476353;
}
.BgClassName
{
background-color: #476353;
}
</style>
border-color css
<style>
span { border-color: #476353; }
span { border-color: rgb(71,99,83); }
td.TdClassName
{
border-color: #476353;
}
.TagClassName
{
border-color: #476353;
}
</style>