Html Css Color HEX #47594B Feldgrau

📋 copy color: '#47594B'

red 71 ◦ green 89 ◦ blue 75

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

Shades of Feldgrau #47594B

Tints of Feldgrau #47594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 30.21%
G = 37.87%
B = 31.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#47594B (or 0x47594B) is known color: Feldgrau. HEX triplet: 47, 59 and 4B. RGB value is (71,89,75). Sum of RGB (Red+Green+Blue) = 71+89+75=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #47594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47594B is #B8A6B4. Grayscale: #525252. Windows color (decimal): -12101301 or 4938055. OLE color: 4938055.

HSL color Cylindrical-coordinate representation of color #47594B: hue angle of 133.33º 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 #47594B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 75 -
CMYK 0.20 0 0.16 0.65
HSL 133.33º 0.11% 0.31% -
HSV(B) 133.33º 0.2% 0.35% -
XYZ 7.44 8.99 8 -
YUV 82.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 71 89 75 0.20 0 0.16 0.65 133.33 0.11 0.31
Hex 47 59 4B 14 0 10 41 85 B 1F
Octal 107 131 113 24 0 20 101 205 13 37
Binary 1000111 1011001 1001011 10100 0 10000 1000001 10000101 1011 11111

Color Harmonies of #47594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47594B

Black with #47594B

Text Example


Text Example

White with #47594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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