Shades of Feldgrau #47574C
Tints of Feldgrau #47574C
RGB
CMYK
RGB Variations
Color information
#47574C (or 0x47574C) is known color: Feldgrau. HEX triplet: 47, 57 and 4C. RGB value is (71,87,76). Sum of RGB (Red+Green+Blue) = 71+87+76=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #47574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47574C is #B8A8B3. Grayscale: #505050. Windows color (decimal): -12101812 or 5003079. OLE color: 5003079.
HSL color Cylindrical-coordinate representation of color #47574C: hue angle of 138.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47574C is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 76 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.66 |
| HSL | 138.75º | 0.1% | 0.31% | - |
| HSV(B) | 138.75º | 0.18% | 0.34% | - |
| XYZ | 7.31 | 8.68 | 8.13 | - |
| YUV | 80.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 76 | 0.18 | 0 | 0.13 | 0.66 | 138.75 | 0.1 | 0.31 |
| Hex | 47 | 57 | 4C | 12 | 0 | D | 42 | 8B | A | 1F |
| Octal | 107 | 127 | 114 | 22 | 0 | 15 | 102 | 213 | 12 | 37 |
| Binary | 1000111 | 1010111 | 1001100 | 10010 | 0 | 1101 | 1000010 | 10001011 | 1010 | 11111 |
Color Harmonies of #47574C
Complementary color
Monochromatic Colors of #47574C
Black with #47574C
Text Example
Text Example
White with #47574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47574C; }
p { color: rgb(71,87,76); }
H1.HeaderClassName
{
color: #47574C;
}
.AnyTagClassName
{
color: #47574C;
}
</style>
background-color css
<style>
a { background-color: #47574C; }
a { background-color: rgb(71,87,76); }
div.DivClassName
{
background-color: #47574C;
}
.BgClassName
{
background-color: #47574C;
}
</style>
border-color css
<style>
span { border-color: #47574C; }
span { border-color: rgb(71,87,76); }
td.TdClassName
{
border-color: #47574C;
}
.TagClassName
{
border-color: #47574C;
}
</style>