Html Css Color HEX #47584C Feldgrau

📋 copy color: '#47584C'

red 71 ◦ green 88 ◦ blue 76

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

Shades of Feldgrau #47584C

Tints of Feldgrau #47584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 76 (30.08% from 255) = 32.34%

R = 30.21%
G = 37.45%
B = 32.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#47584C (or 0x47584C) is known color: Feldgrau. HEX triplet: 47, 58 and 4C. RGB value is (71,88,76). Sum of RGB (Red+Green+Blue) = 71+88+76=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #47584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47584C is #B8A7B3. Grayscale: #515151. Windows color (decimal): -12101556 or 5003335. OLE color: 5003335.

HSL color Cylindrical-coordinate representation of color #47584C: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #47584C is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 76 -
CMYK 0.19 0 0.14 0.65
HSL 137.65º 0.11% 0.31% -
HSV(B) 137.65º 0.19% 0.35% -
XYZ 7.39 8.84 8.15 -
YUV 81.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 71 88 76 0.19 0 0.14 0.65 137.65 0.11 0.31
Hex 47 58 4C 13 0 E 41 8A B 1F
Octal 107 130 114 23 0 16 101 212 13 37
Binary 1000111 1011000 1001100 10011 0 1110 1000001 10001010 1011 11111

Color Harmonies of #47584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47584C

Black with #47584C

Text Example


Text Example

White with #47584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47584C; }

 p { color: rgb(71,88,76); }

 H1.HeaderClassName
 {
   color: #47584C;
 }
 .AnyTagClassName
 {
   color: #47584C;
 }
</style>

background-color css

<style>
 a { background-color: #47584C; }

 a { background-color: rgb(71,88,76); }

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

border-color css

<style>
 span { border-color: #47584C; }

 span { border-color: rgb(71,88,76); }

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