#49564C

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

Shades of Feldgrau #49564C

Tints of Feldgrau #49564C

Color information

#49564C (or 0x49564C) is unknown color: approx Feldgrau. HEX triplet: 49, 56 and 4C. RGB value is (73,86,76). Sum of RGB (Red+Green+Blue) = 73+86+76=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #49564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49564C is #B6A9B3. Grayscale: #505050. Windows color (decimal): -11970996 or 5002825. OLE color: 5002825.

HSL color Cylindrical-coordinate representation of color #49564C: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB738676-
CMYK0.1500.120.66
HSL133.85º8.18%31.18%-
HSV(B)133.85º15.12%33.73%-
XYZ7.388.598.11-
YUV80.97125.19122.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=31.06%
G=36.60%
B=32.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386760.1500.120.66133.858.1831.18
Hex49564CF0C428681f
Octal111126114170141022061037
Binary100100110101101001100111101100100001010000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,86,76); }

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

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

 a { background-color: rgb(73,86,76); }

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

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

 span { border-color: rgb(73,86,76); }

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