#47584C

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

Shades of Feldgrau #47584C

Tints of Feldgrau #47584C

Color information

#47584C (or 0x47584C) is unknown color: approx Feldgrau. HEX triplet: 47, 58 and 4C. RGB value is (71,88,76). Sum of RGB (Red+Green+Blue) = 71+88+76=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #47584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47584C is #B8A7B3. Grayscale: #515151. Windows color (decimal): -12101556 or 5003335. OLE color: 5003335.

HSL color Cylindrical-coordinate representation of color #47584C: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #47584C is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB718876-
CMYK0.1900.140.65
HSL137.65º10.69%31.18%-
HSV(B)137.65º19.32%34.51%-
XYZ7.398.848.15-
YUV81.55124.87120.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.21%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=30.21%
G=37.45%
B=32.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188760.1900.140.65137.6510.6931.18
Hex47584C130E418ab1f
Octal107130114230161012121337
Binary1000111101100010011001001101110100000110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47584C; }

 p { color: rgb(71,88,76); }

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

<style>
 a { background-color: #47584C; }

 a { background-color: rgb(71,88,76); }

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

<style>
 span { border-color: #47584C; }

 span { border-color: rgb(71,88,76); }

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