#47574D

Color #47574D Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #47574D

Tints of Feldgrau #47574D

Color information

#47574D (or 0x47574D) is unknown color: approx Feldgrau. HEX triplet: 47, 57 and 4D. RGB value is (71,87,77). Sum of RGB (Red+Green+Blue) = 71+87+77=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #47574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47574D is #B8A8B2. Grayscale: #515151. Windows color (decimal): -12101811 or 5068615. OLE color: 5068615.

HSL color Cylindrical-coordinate representation of color #47574D: hue angle of 142.5º 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 #47574D is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB718777-
CMYK0.1800.110.66
HSL142.5º10.13%30.98%-
HSV(B)142.5º18.39%34.12%-
XYZ7.358.698.31-
YUV81.08125.7120.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=30.21%
G=37.02%
B=32.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187770.1800.110.66142.510.1330.98
Hex47574D120B428ea1f
Octal107127115220131022161237
Binary1000111101011110011011001001011100001010001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47574D; }

 p { color: rgb(71,87,77); }

 H1.HeaderClassName
 {
   color: #47574D;
 }
 .AnyTagClassName
 {
   color: #47574D;
 }
</style>
background-color css

<style>
 a { background-color: #47574D; }

 a { background-color: rgb(71,87,77); }

 div.DivClassName
 {
   background-color: #47574D;
 }
 .BgClassName
 {
   background-color: #47574D;
 }
</style>
border-color css

<style>
 span { border-color: #47574D; }

 span { border-color: rgb(71,87,77); }

 td.TdClassName
 {
   border-color: #47574D;
 }
 .TagClassName
 {
   border-color: #47574D;
 }
</style>