Html Css Color HEX #47564D Feldgrau

📋 copy color: '#47564D'

red 71 ◦ green 86 ◦ blue 77

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

Shades of Feldgrau #47564D

Tints of Feldgrau #47564D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 30.34%
G = 36.75%
B = 32.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#47564D (or 0x47564D) is known color: Feldgrau. HEX triplet: 47, 56 and 4D. RGB value is (71,86,77). Sum of RGB (Red+Green+Blue) = 71+86+77=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #47564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47564D is #B8A9B2. Grayscale: #505050. Windows color (decimal): -12102067 or 5068359. OLE color: 5068359.

HSL color Cylindrical-coordinate representation of color #47564D: hue angle of 144º 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 #47564D is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 77 -
CMYK 0.17 0 0.10 0.66
HSL 144º 0.1% 0.31% -
HSV(B) 144º 0.17% 0.34% -
XYZ 7.27 8.53 8.28 -
YUV 80.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 71 86 77 0.17 0 0.10 0.66 144 0.1 0.31
Hex 47 56 4D 11 0 A 42 90 A 1F
Octal 107 126 115 21 0 12 102 220 12 37
Binary 1000111 1010110 1001101 10001 0 1010 1000010 10010000 1010 11111

Color Harmonies of #47564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47564D

Black with #47564D

Text Example


Text Example

White with #47564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47564D;
 }
 .AnyTagClassName
 {
   color: #47564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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