#49564D

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

Shades of Feldgrau #49564D

Tints of Feldgrau #49564D

Color information

#49564D (or 0x49564D) is unknown color: approx Feldgrau. HEX triplet: 49, 56 and 4D. RGB value is (73,86,77). Sum of RGB (Red+Green+Blue) = 73+86+77=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #49564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49564D is #B6A9B2. Grayscale: #515151. Windows color (decimal): -11970995 or 5068361. OLE color: 5068361.

HSL color Cylindrical-coordinate representation of color #49564D: hue angle of 138.46º 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 #49564D is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB738677-
CMYK0.1500.100.66
HSL138.46º8.18%31.18%-
HSV(B)138.46º15.12%33.73%-
XYZ7.418.618.29-
YUV81.09125.69122.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=30.93%
G=36.44%
B=32.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386770.1500.100.66138.468.1831.18
Hex49564DF0A428a81f
Octal111126115170121022121037
Binary100100110101101001101111101010100001010001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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