Html Css Color HEX #47534A Feldgrau

📋 copy color: '#47534A'

red 71 ◦ green 83 ◦ blue 74

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

Shades of Feldgrau #47534A

Tints of Feldgrau #47534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

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

R = 31.14%
G = 36.4%
B = 32.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#47534A (or 0x47534A) is known color: Feldgrau. HEX triplet: 47, 53 and 4A. RGB value is (71,83,74). Sum of RGB (Red+Green+Blue) = 71+83+74=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #47534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47534A is #B8ACB5. Grayscale: #4E4E4E. Windows color (decimal): -12102838 or 4870983. OLE color: 4870983.

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

Color convert

RGB 71 83 74 -
CMYK 0.14 0 0.11 0.67
HSL 135º 0.08% 0.3% -
HSV(B) 135º 0.14% 0.33% -
XYZ 6.93 8.02 7.66 -
YUV 78.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 71 83 74 0.14 0 0.11 0.67 135 0.08 0.3
Hex 47 53 4A E 0 B 43 87 8 1E
Octal 107 123 112 16 0 13 103 207 10 36
Binary 1000111 1010011 1001010 1110 0 1011 1000011 10000111 1000 11110

Color Harmonies of #47534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47534A

Black with #47534A

Text Example


Text Example

White with #47534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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