Html Css Color HEX #47594E Feldgrau

📋 copy color: '#47594E'

red 71 ◦ green 89 ◦ blue 78

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

Shades of Feldgrau #47594E

Tints of Feldgrau #47594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 29.83%
G = 37.39%
B = 32.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#47594E (or 0x47594E) is known color: Feldgrau. HEX triplet: 47, 59 and 4E. RGB value is (71,89,78). Sum of RGB (Red+Green+Blue) = 71+89+78=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #47594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594E is #B8A6B1. Grayscale: #525252. Windows color (decimal): -12101298 or 5134663. OLE color: 5134663.

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

Color convert

RGB 71 89 78 -
CMYK 0.20 0 0.12 0.65
HSL 143.33º 0.11% 0.31% -
HSV(B) 143.33º 0.2% 0.35% -
XYZ 7.55 9.03 8.55 -
YUV 82.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 71 89 78 0.20 0 0.12 0.65 143.33 0.11 0.31
Hex 47 59 4E 14 0 C 41 8F B 1F
Octal 107 131 116 24 0 14 101 217 13 37
Binary 1000111 1011001 1001110 10100 0 1100 1000001 10001111 1011 11111

Color Harmonies of #47594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47594E

Black with #47594E

Text Example


Text Example

White with #47594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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