Html Css Color HEX #47574C Feldgrau

📋 copy color: '#47574C'

red 71 ◦ green 87 ◦ blue 76

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

Shades of Feldgrau #47574C

Tints of Feldgrau #47574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

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

R = 30.34%
G = 37.18%
B = 32.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#47574C (or 0x47574C) is known color: Feldgrau. HEX triplet: 47, 57 and 4C. RGB value is (71,87,76). Sum of RGB (Red+Green+Blue) = 71+87+76=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #47574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47574C is #B8A8B3. Grayscale: #505050. Windows color (decimal): -12101812 or 5003079. OLE color: 5003079.

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

Color convert

RGB 71 87 76 -
CMYK 0.18 0 0.13 0.66
HSL 138.75º 0.1% 0.31% -
HSV(B) 138.75º 0.18% 0.34% -
XYZ 7.31 8.68 8.13 -
YUV 80.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 71 87 76 0.18 0 0.13 0.66 138.75 0.1 0.31
Hex 47 57 4C 12 0 D 42 8B A 1F
Octal 107 127 114 22 0 15 102 213 12 37
Binary 1000111 1010111 1001100 10010 0 1101 1000010 10001011 1010 11111

Color Harmonies of #47574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47574C

Black with #47574C

Text Example


Text Example

White with #47574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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