#47594C

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

Shades of Feldgrau #47594C

Tints of Feldgrau #47594C

Color information

#47594C (or 0x47594C) is unknown color: approx Feldgrau. HEX triplet: 47, 59 and 4C. RGB value is (71,89,76). Sum of RGB (Red+Green+Blue) = 71+89+76=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #47594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47594C is #B8A6B3. Grayscale: #525252. Windows color (decimal): -12101300 or 5003591. OLE color: 5003591.

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

Color convert

RGB718976-
CMYK0.2000.150.65
HSL136.67º11.25%31.37%-
HSV(B)136.67º20.22%34.9%-
XYZ7.489.018.18-
YUV82.14124.54120.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=30.08%
G=37.71%
B=32.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189760.2000.150.65136.6711.2531.37
Hex47594C140F4189b1f
Octal107131114240171012111337
Binary1000111101100110011001010001111100000110001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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