Html Css Color HEX #47554B Feldgrau

📋 copy color: '#47554B'

red 71 ◦ green 85 ◦ blue 75

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

Shades of Feldgrau #47554B

Tints of Feldgrau #47554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

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

R = 30.74%
G = 36.8%
B = 32.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#47554B (or 0x47554B) is known color: Feldgrau. HEX triplet: 47, 55 and 4B. RGB value is (71,85,75). Sum of RGB (Red+Green+Blue) = 71+85+75=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #47554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47554B is #B8AAB4. Grayscale: #4F4F4F. Windows color (decimal): -12102325 or 4937031. OLE color: 4937031.

HSL color Cylindrical-coordinate representation of color #47554B: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #47554B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 75 -
CMYK 0.16 0 0.12 0.67
HSL 137.14º 0.09% 0.31% -
HSV(B) 137.14º 0.16% 0.33% -
XYZ 7.12 8.34 7.89 -
YUV 79.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 71 85 75 0.16 0 0.12 0.67 137.14 0.09 0.31
Hex 47 55 4B 10 0 C 43 89 9 1F
Octal 107 125 113 20 0 14 103 211 11 37
Binary 1000111 1010101 1001011 10000 0 1100 1000011 10001001 1001 11111

Color Harmonies of #47554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47554B

Black with #47554B

Text Example


Text Example

White with #47554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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