Shades of Feldgrau #47514A
Tints of Feldgrau #47514A
RGB
CMYK
RGB Variations
Color information
#47514A (or 0x47514A) is known color: Feldgrau. HEX triplet: 47, 51 and 4A. RGB value is (71,81,74). Sum of RGB (Red+Green+Blue) = 71+81+74=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #47514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47514A is #B8AEB5. Grayscale: #4D4D4D. Windows color (decimal): -12103350 or 4870471. OLE color: 4870471.
HSL color Cylindrical-coordinate representation of color #47514A: hue angle of 138º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47514A is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 74 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.68 |
| HSL | 138º | 0.07% | 0.3% | - |
| HSV(B) | 138º | 0.12% | 0.32% | - |
| XYZ | 6.78 | 7.72 | 7.61 | - |
| YUV | 77.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 74 | 0.12 | 0 | 0.09 | 0.68 | 138 | 0.07 | 0.3 |
| Hex | 47 | 51 | 4A | C | 0 | 9 | 44 | 8A | 7 | 1E |
| Octal | 107 | 121 | 112 | 14 | 0 | 11 | 104 | 212 | 7 | 36 |
| Binary | 1000111 | 1010001 | 1001010 | 1100 | 0 | 1001 | 1000100 | 10001010 | 111 | 11110 |
Color Harmonies of #47514A
Complementary color
Monochromatic Colors of #47514A
Black with #47514A
Text Example
Text Example
White with #47514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47514A; }
p { color: rgb(71,81,74); }
H1.HeaderClassName
{
color: #47514A;
}
.AnyTagClassName
{
color: #47514A;
}
</style>
background-color css
<style>
a { background-color: #47514A; }
a { background-color: rgb(71,81,74); }
div.DivClassName
{
background-color: #47514A;
}
.BgClassName
{
background-color: #47514A;
}
</style>
border-color css
<style>
span { border-color: #47514A; }
span { border-color: rgb(71,81,74); }
td.TdClassName
{
border-color: #47514A;
}
.TagClassName
{
border-color: #47514A;
}
</style>