#47564A

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

Shades of Feldgrau #47564A

Tints of Feldgrau #47564A

Color information

#47564A (or 0x47564A) is unknown color: approx Feldgrau. HEX triplet: 47, 56 and 4A. RGB value is (71,86,74). Sum of RGB (Red+Green+Blue) = 71+86+74=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #47564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47564A is #B8A9B5. Grayscale: #505050. Windows color (decimal): -12102070 or 4871751. OLE color: 4871751.

HSL color Cylindrical-coordinate representation of color #47564A: hue angle of 132º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47564A is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB718674-
CMYK0.1700.140.66
HSL132º9.55%30.78%-
HSV(B)132º17.44%33.73%-
XYZ7.168.497.74-
YUV80.15124.53121.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=30.74%
G=37.23%
B=32.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186740.1700.140.661329.5530.78
Hex47564A110E4284a1f
Octal107126112210161022041237
Binary1000111101011010010101000101110100001010000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47564A; }

 p { color: rgb(71,86,74); }

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

<style>
 a { background-color: #47564A; }

 a { background-color: rgb(71,86,74); }

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

<style>
 span { border-color: #47564A; }

 span { border-color: rgb(71,86,74); }

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