#47594F

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

Shades of Feldgrau #47594F

Tints of Feldgrau #47594F

Color information

#47594F (or 0x47594F) is unknown color: approx Feldgrau. HEX triplet: 47, 59 and 4F. RGB value is (71,89,79). Sum of RGB (Red+Green+Blue) = 71+89+79=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #47594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594F is #B8A6B0. Grayscale: #525252. Windows color (decimal): -12101297 or 5200199. OLE color: 5200199.

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

Color convert

RGB718979-
CMYK0.2000.110.65
HSL146.67º11.25%31.37%-
HSV(B)146.67º20.22%34.9%-
XYZ7.589.058.74-
YUV82.48126.04119.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=29.71%
G=37.24%
B=33.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189790.2000.110.65146.6711.2531.37
Hex47594F140B4193b1f
Octal107131117240131012231337
Binary1000111101100110011111010001011100000110010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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