#47554B

Color #47554B Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #47554B

Tints of Feldgrau #47554B

Color information

#47554B (or 0x47554B) is unknown color: approx 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

RGB718575-
CMYK0.1600.120.67
HSL137.14º8.97%30.59%-
HSV(B)137.14º16.47%33.33%-
XYZ7.128.347.89-
YUV79.67125.36121.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=30.74%
G=36.80%
B=32.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185750.1600.120.67137.148.9730.59
Hex47554B100C438991f
Octal107125113200141032111137
Binary1000111101010110010111000001100100001110001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>