Html Css Color HEX #47564C Feldgrau

📋 copy color: '#47564C'

red 71 ◦ green 86 ◦ blue 76

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

Shades of Feldgrau #47564C

Tints of Feldgrau #47564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 30.47%
G = 36.91%
B = 32.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#47564C (or 0x47564C) is known color: Feldgrau. HEX triplet: 47, 56 and 4C. RGB value is (71,86,76). Sum of RGB (Red+Green+Blue) = 71+86+76=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #47564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47564C is #B8A9B3. Grayscale: #505050. Windows color (decimal): -12102068 or 5002823. OLE color: 5002823.

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

Color convert

RGB 71 86 76 -
CMYK 0.17 0 0.12 0.66
HSL 140º 0.1% 0.31% -
HSV(B) 140º 0.17% 0.34% -
XYZ 7.23 8.52 8.1 -
YUV 80.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 71 86 76 0.17 0 0.12 0.66 140 0.1 0.31
Hex 47 56 4C 11 0 C 42 8C A 1F
Octal 107 126 114 21 0 14 102 214 12 37
Binary 1000111 1010110 1001100 10001 0 1100 1000010 10001100 1010 11111

Color Harmonies of #47564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47564C

Black with #47564C

Text Example


Text Example

White with #47564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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