Html Css Color HEX #47564A Feldgrau

📋 copy color: '#47564A'

red 71 ◦ green 86 ◦ blue 74

#47564A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #47564A

Tints of Feldgrau #47564A

RGB

 RED value IS 71 (28.13% from 255) = 30.74%

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 30.74%
G = 37.23%
B = 32.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#47564A (or 0x47564A) is known color: 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

RGB 71 86 74 -
CMYK 0.17 0 0.14 0.66
HSL 132º 0.1% 0.31% -
HSV(B) 132º 0.17% 0.34% -
XYZ 7.16 8.49 7.74 -
YUV 80.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 71 86 74 0.17 0 0.14 0.66 132 0.1 0.31
Hex 47 56 4A 11 0 E 42 84 A 1F
Octal 107 126 112 21 0 16 102 204 12 37
Binary 1000111 1010110 1001010 10001 0 1110 1000010 10000100 1010 11111

Color Harmonies of #47564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47564A

Black with #47564A

Text Example


Text Example

White with #47564A

Text Example


Text Example

HTML Codes & Css Web 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>