#49574D

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

Shades of Feldgrau #49574D

Tints of Feldgrau #49574D

Color information

#49574D (or 0x49574D) is unknown color: approx Feldgrau. HEX triplet: 49, 57 and 4D. RGB value is (73,87,77). Sum of RGB (Red+Green+Blue) = 73+87+77=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #49574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574D is #B6A8B2. Grayscale: #515151. Windows color (decimal): -11970739 or 5068617. OLE color: 5068617.

HSL color Cylindrical-coordinate representation of color #49574D: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49574D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB738777-
CMYK0.1600.110.66
HSL137.14º8.75%31.37%-
HSV(B)137.14º16.09%34.12%-
XYZ7.58.778.32-
YUV81.67125.36121.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=30.80%
G=36.71%
B=32.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387770.1600.110.66137.148.7531.37
Hex49574D100B428991f
Octal111127115200131022111137
Binary1001001101011110011011000001011100001010001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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