Html Css Color HEX #47544A Feldgrau

📋 copy color: '#47544A'

red 71 ◦ green 84 ◦ blue 74

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

Shades of Feldgrau #47544A

Tints of Feldgrau #47544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 31%
G = 36.68%
B = 32.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#47544A (or 0x47544A) is known color: Feldgrau. HEX triplet: 47, 54 and 4A. RGB value is (71,84,74). Sum of RGB (Red+Green+Blue) = 71+84+74=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #47544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47544A is #B8ABB5. Grayscale: #4F4F4F. Windows color (decimal): -12102582 or 4871239. OLE color: 4871239.

HSL color Cylindrical-coordinate representation of color #47544A: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47544A is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 74 -
CMYK 0.15 0 0.12 0.67
HSL 133.85º 0.08% 0.3% -
HSV(B) 133.85º 0.15% 0.33% -
XYZ 7 8.17 7.69 -
YUV 78.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 71 84 74 0.15 0 0.12 0.67 133.85 0.08 0.3
Hex 47 54 4A F 0 C 43 86 8 1E
Octal 107 124 112 17 0 14 103 206 10 36
Binary 1000111 1010100 1001010 1111 0 1100 1000011 10000110 1000 11110

Color Harmonies of #47544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47544A

Black with #47544A

Text Example


Text Example

White with #47544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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