Html Css Color HEX #47594D Feldgrau

📋 copy color: '#47594D'

red 71 ◦ green 89 ◦ blue 77

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

Shades of Feldgrau #47594D

Tints of Feldgrau #47594D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.55%

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

R = 29.96%
G = 37.55%
B = 32.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#47594D (or 0x47594D) is known color: Feldgrau. HEX triplet: 47, 59 and 4D. RGB value is (71,89,77). Sum of RGB (Red+Green+Blue) = 71+89+77=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #47594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594D is #B8A6B2. Grayscale: #525252. Windows color (decimal): -12101299 or 5069127. OLE color: 5069127.

HSL color Cylindrical-coordinate representation of color #47594D: hue angle of 140º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47594D is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 77 -
CMYK 0.20 0 0.13 0.65
HSL 140º 0.11% 0.31% -
HSV(B) 140º 0.2% 0.35% -
XYZ 7.51 9.02 8.37 -
YUV 82.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 71 89 77 0.20 0 0.13 0.65 140 0.11 0.31
Hex 47 59 4D 14 0 D 41 8C B 1F
Octal 107 131 115 24 0 15 101 214 13 37
Binary 1000111 1011001 1001101 10100 0 1101 1000001 10001100 1011 11111

Color Harmonies of #47594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47594D

Black with #47594D

Text Example


Text Example

White with #47594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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