Html Css Color HEX #47554C Feldgrau

📋 copy color: '#47554C'

red 71 ◦ green 85 ◦ blue 76

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

Shades of Feldgrau #47554C

Tints of Feldgrau #47554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 30.6%
G = 36.64%
B = 32.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#47554C (or 0x47554C) is known color: Feldgrau. HEX triplet: 47, 55 and 4C. RGB value is (71,85,76). Sum of RGB (Red+Green+Blue) = 71+85+76=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #47554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47554C is #B8AAB3. Grayscale: #4F4F4F. Windows color (decimal): -12102324 or 5002567. OLE color: 5002567.

HSL color Cylindrical-coordinate representation of color #47554C: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #47554C is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 76 -
CMYK 0.16 0 0.11 0.67
HSL 141.43º 0.09% 0.31% -
HSV(B) 141.43º 0.16% 0.33% -
XYZ 7.15 8.36 8.07 -
YUV 79.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 71 85 76 0.16 0 0.11 0.67 141.43 0.09 0.31
Hex 47 55 4C 10 0 B 43 8D 9 1F
Octal 107 125 114 20 0 13 103 215 11 37
Binary 1000111 1010101 1001100 10000 0 1011 1000011 10001101 1001 11111

Color Harmonies of #47554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47554C

Black with #47554C

Text Example


Text Example

White with #47554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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