Html Css Color HEX #47564B Feldgrau

📋 copy color: '#47564B'

red 71 ◦ green 86 ◦ blue 75

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

Shades of Feldgrau #47564B

Tints of Feldgrau #47564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

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

R = 30.6%
G = 37.07%
B = 32.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#47564B (or 0x47564B) is known color: Feldgrau. HEX triplet: 47, 56 and 4B. RGB value is (71,86,75). Sum of RGB (Red+Green+Blue) = 71+86+75=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #47564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47564B is #B8A9B4. Grayscale: #505050. Windows color (decimal): -12102069 or 4937287. OLE color: 4937287.

HSL color Cylindrical-coordinate representation of color #47564B: hue angle of 136º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47564B is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 75 -
CMYK 0.17 0 0.13 0.66
HSL 136º 0.1% 0.31% -
HSV(B) 136º 0.17% 0.34% -
XYZ 7.2 8.5 7.92 -
YUV 80.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 71 86 75 0.17 0 0.13 0.66 136 0.1 0.31
Hex 47 56 4B 11 0 D 42 88 A 1F
Octal 107 126 113 21 0 15 102 210 12 37
Binary 1000111 1010110 1001011 10001 0 1101 1000010 10001000 1010 11111

Color Harmonies of #47564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47564B

Black with #47564B

Text Example


Text Example

White with #47564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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