Shades of Feldgrau #476250
Tints of Feldgrau #476250
RGB
CMYK
RGB Variations
Color information
#476250 (or 0x476250) is known color: Feldgrau. HEX triplet: 47, 62 and 50. RGB value is (71,98,80). Sum of RGB (Red+Green+Blue) = 71+98+80=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #476250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476250 is #B89DAF. Grayscale: #575757. Windows color (decimal): -12098992 or 5268039. OLE color: 5268039.
HSL color Cylindrical-coordinate representation of color #476250: hue angle of 140º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #476250 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 80 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.62 |
| HSL | 140º | 0.16% | 0.33% | - |
| HSV(B) | 140º | 0.28% | 0.38% | - |
| XYZ | 8.41 | 10.65 | 9.2 | - |
| YUV | 87.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 80 | 0.28 | 0 | 0.18 | 0.62 | 140 | 0.16 | 0.33 |
| Hex | 47 | 62 | 50 | 1C | 0 | 12 | 3E | 8C | 10 | 21 |
| Octal | 107 | 142 | 120 | 34 | 0 | 22 | 76 | 214 | 20 | 41 |
| Binary | 1000111 | 1100010 | 1010000 | 11100 | 0 | 10010 | 111110 | 10001100 | 10000 | 100001 |
Color Harmonies of #476250
Complementary color
Monochromatic Colors of #476250
Black with #476250
Text Example
Text Example
White with #476250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476250; }
p { color: rgb(71,98,80); }
H1.HeaderClassName
{
color: #476250;
}
.AnyTagClassName
{
color: #476250;
}
</style>
background-color css
<style>
a { background-color: #476250; }
a { background-color: rgb(71,98,80); }
div.DivClassName
{
background-color: #476250;
}
.BgClassName
{
background-color: #476250;
}
</style>
border-color css
<style>
span { border-color: #476250; }
span { border-color: rgb(71,98,80); }
td.TdClassName
{
border-color: #476250;
}
.TagClassName
{
border-color: #476250;
}
</style>