#47594D

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

Shades of Feldgrau #47594D

Tints of Feldgrau #47594D

Color information

#47594D (or 0x47594D) is unknown color: approx Feldgrau. HEX triplet: 47, 59 and 4D. RGB value is (71,89,77). Sum of RGB (Red+Green+Blue) = 71+89+77=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #47594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594D is #B8A6B2. Grayscale: #525252. Windows color (decimal): -12101299 or 5069127. OLE color: 5069127.

HSL color Cylindrical-coordinate representation of color #47594D: hue angle of 140º 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 #47594D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB718977-
CMYK0.2000.130.65
HSL140º11.25%31.37%-
HSV(B)140º20.22%34.9%-
XYZ7.519.028.37-
YUV82.25125.04119.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 89 (35.16% from 255) = 37.55%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=29.96%
G=37.55%
B=32.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189770.2000.130.6514011.2531.37
Hex47594D140D418cb1f
Octal107131115240151012141337
Binary1000111101100110011011010001101100000110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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