#49554D

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

Shades of Feldgrau #49554D

Tints of Feldgrau #49554D

Color information

#49554D (or 0x49554D) is unknown color: approx Feldgrau. HEX triplet: 49, 55 and 4D. RGB value is (73,85,77). Sum of RGB (Red+Green+Blue) = 73+85+77=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #49554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554D is #B6AAB2. Grayscale: #505050. Windows color (decimal): -11971251 or 5068105. OLE color: 5068105.

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

Color convert

RGB738577-
CMYK0.1400.090.67
HSL140º7.59%30.98%-
HSV(B)140º14.12%33.33%-
XYZ7.348.458.27-
YUV80.5126.02122.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=31.06%
G=36.17%
B=32.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385770.1400.090.671407.5930.98
Hex49554DE09438c81f
Octal111125115160111032141037
Binary100100110101011001101111001001100001110001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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