Html Css Color HEX #47594F Feldgrau

📋 copy color: '#47594F'

red 71 ◦ green 89 ◦ blue 79

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

Shades of Feldgrau #47594F

Tints of Feldgrau #47594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 29.71%
G = 37.24%
B = 33.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#47594F (or 0x47594F) is known color: Feldgrau. HEX triplet: 47, 59 and 4F. RGB value is (71,89,79). Sum of RGB (Red+Green+Blue) = 71+89+79=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #47594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594F is #B8A6B0. Grayscale: #525252. Windows color (decimal): -12101297 or 5200199. OLE color: 5200199.

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

Color convert

RGB 71 89 79 -
CMYK 0.20 0 0.11 0.65
HSL 146.67º 0.11% 0.31% -
HSV(B) 146.67º 0.2% 0.35% -
XYZ 7.58 9.05 8.74 -
YUV 82.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 71 89 79 0.20 0 0.11 0.65 146.67 0.11 0.31
Hex 47 59 4F 14 0 B 41 93 B 1F
Octal 107 131 117 24 0 13 101 223 13 37
Binary 1000111 1011001 1001111 10100 0 1011 1000001 10010011 1011 11111

Color Harmonies of #47594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47594F

Black with #47594F

Text Example


Text Example

White with #47594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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