Html Css Color HEX #47574D Feldgrau

📋 copy color: '#47574D'

red 71 ◦ green 87 ◦ blue 77

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

Shades of Feldgrau #47574D

Tints of Feldgrau #47574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 30.21%
G = 37.02%
B = 32.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#47574D (or 0x47574D) is known color: Feldgrau. HEX triplet: 47, 57 and 4D. RGB value is (71,87,77). Sum of RGB (Red+Green+Blue) = 71+87+77=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #47574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47574D is #B8A8B2. Grayscale: #515151. Windows color (decimal): -12101811 or 5068615. OLE color: 5068615.

HSL color Cylindrical-coordinate representation of color #47574D: hue angle of 142.5º 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 #47574D is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 77 -
CMYK 0.18 0 0.11 0.66
HSL 142.5º 0.1% 0.31% -
HSV(B) 142.5º 0.18% 0.34% -
XYZ 7.35 8.69 8.31 -
YUV 81.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 71 87 77 0.18 0 0.11 0.66 142.5 0.1 0.31
Hex 47 57 4D 12 0 B 42 8E A 1F
Octal 107 127 115 22 0 13 102 216 12 37
Binary 1000111 1010111 1001101 10010 0 1011 1000010 10001110 1010 11111

Color Harmonies of #47574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47574D

Black with #47574D

Text Example


Text Example

White with #47574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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