Shades of Feldgrau #47554A
Tints of Feldgrau #47554A
RGB
CMYK
RGB Variations
Color information
#47554A (or 0x47554A) is known color: Feldgrau. HEX triplet: 47, 55 and 4A. RGB value is (71,85,74). Sum of RGB (Red+Green+Blue) = 71+85+74=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #47554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47554A is #B8AAB5. Grayscale: #4F4F4F. Windows color (decimal): -12102326 or 4871495. OLE color: 4871495.
HSL color Cylindrical-coordinate representation of color #47554A: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #47554A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 74 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.67 |
| HSL | 132.86º | 0.09% | 0.31% | - |
| HSV(B) | 132.86º | 0.16% | 0.33% | - |
| XYZ | 7.08 | 8.33 | 7.71 | - |
| YUV | 79.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 74 | 0.16 | 0 | 0.13 | 0.67 | 132.86 | 0.09 | 0.31 |
| Hex | 47 | 55 | 4A | 10 | 0 | D | 43 | 85 | 9 | 1F |
| Octal | 107 | 125 | 112 | 20 | 0 | 15 | 103 | 205 | 11 | 37 |
| Binary | 1000111 | 1010101 | 1001010 | 10000 | 0 | 1101 | 1000011 | 10000101 | 1001 | 11111 |
Color Harmonies of #47554A
Complementary color
Monochromatic Colors of #47554A
Black with #47554A
Text Example
Text Example
White with #47554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47554A; }
p { color: rgb(71,85,74); }
H1.HeaderClassName
{
color: #47554A;
}
.AnyTagClassName
{
color: #47554A;
}
</style>
background-color css
<style>
a { background-color: #47554A; }
a { background-color: rgb(71,85,74); }
div.DivClassName
{
background-color: #47554A;
}
.BgClassName
{
background-color: #47554A;
}
</style>
border-color css
<style>
span { border-color: #47554A; }
span { border-color: rgb(71,85,74); }
td.TdClassName
{
border-color: #47554A;
}
.TagClassName
{
border-color: #47554A;
}
</style>