Html Css Color HEX #47554A Feldgrau

📋 copy color: '#47554A'

red 71 ◦ green 85 ◦ blue 74

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

Shades of Feldgrau #47554A

Tints of Feldgrau #47554A

RGB

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

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

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

R = 30.87%
G = 36.96%
B = 32.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#47554A (or 0x47554A) is known color: Feldgrau. HEX triplet: 47, 55 and 4A. RGB value is (71,85,74). Sum of RGB (Red+Green+Blue) = 71+85+74=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #47554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47554A is #B8AAB5. Grayscale: #4F4F4F. Windows color (decimal): -12102326 or 4871495. OLE color: 4871495.

HSL color Cylindrical-coordinate representation of color #47554A: hue angle of 132.86º 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 #47554A is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 74 -
CMYK 0.16 0 0.13 0.67
HSL 132.86º 0.09% 0.31% -
HSV(B) 132.86º 0.16% 0.33% -
XYZ 7.08 8.33 7.71 -
YUV 79.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 71 85 74 0.16 0 0.13 0.67 132.86 0.09 0.31
Hex 47 55 4A 10 0 D 43 85 9 1F
Octal 107 125 112 20 0 15 103 205 11 37
Binary 1000111 1010101 1001010 10000 0 1101 1000011 10000101 1001 11111

Color Harmonies of #47554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47554A

Black with #47554A

Text Example


Text Example

White with #47554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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