Shades of Feldgrau #476352
Tints of Feldgrau #476352
RGB
CMYK
RGB Variations
Color information
#476352 (or 0x476352) is known color: Feldgrau. HEX triplet: 47, 63 and 52. RGB value is (71,99,82). Sum of RGB (Red+Green+Blue) = 71+99+82=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #476352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476352 is #B89CAD. Grayscale: #585858. Windows color (decimal): -12098734 or 5399367. OLE color: 5399367.
HSL color Cylindrical-coordinate representation of color #476352: hue angle of 143.57º 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 #476352 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 82 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.61 |
| HSL | 143.57º | 0.16% | 0.33% | - |
| HSV(B) | 143.57º | 0.28% | 0.39% | - |
| XYZ | 8.58 | 10.87 | 9.63 | - |
| YUV | 88.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 82 | 0.28 | 0 | 0.17 | 0.61 | 143.57 | 0.16 | 0.33 |
| Hex | 47 | 63 | 52 | 1C | 0 | 11 | 3D | 90 | 10 | 21 |
| Octal | 107 | 143 | 122 | 34 | 0 | 21 | 75 | 220 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1010010 | 11100 | 0 | 10001 | 111101 | 10010000 | 10000 | 100001 |
Color Harmonies of #476352
Complementary color
Monochromatic Colors of #476352
Black with #476352
Text Example
Text Example
White with #476352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476352; }
p { color: rgb(71,99,82); }
H1.HeaderClassName
{
color: #476352;
}
.AnyTagClassName
{
color: #476352;
}
</style>
background-color css
<style>
a { background-color: #476352; }
a { background-color: rgb(71,99,82); }
div.DivClassName
{
background-color: #476352;
}
.BgClassName
{
background-color: #476352;
}
</style>
border-color css
<style>
span { border-color: #476352; }
span { border-color: rgb(71,99,82); }
td.TdClassName
{
border-color: #476352;
}
.TagClassName
{
border-color: #476352;
}
</style>