#47534B

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

Shades of Feldgrau #47534B

Tints of Feldgrau #47534B

Color information

#47534B (or 0x47534B) is unknown color: approx Feldgrau. HEX triplet: 47, 53 and 4B. RGB value is (71,83,75). Sum of RGB (Red+Green+Blue) = 71+83+75=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #47534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47534B is #B8ACB4. Grayscale: #4E4E4E. Windows color (decimal): -12102837 or 4936519. OLE color: 4936519.

HSL color Cylindrical-coordinate representation of color #47534B: hue angle of 140º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47534B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB718375-
CMYK0.1400.100.67
HSL140º7.79%30.2%-
HSV(B)140º14.46%32.55%-
XYZ6.968.037.84-
YUV78.5126.02122.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 75 (29.69% from 255) = 32.75%
R=31.00%
G=36.24%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183750.1400.100.671407.7930.2
Hex47534BE0A438c81e
Octal107123113160121032141036
Binary100011110100111001011111001010100001110001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47534B;
 }
 .AnyTagClassName
 {
   color: #47534B;
 }
</style>
background-color css

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

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

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

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

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

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