#49574E

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

Shades of Feldgrau #49574E

Tints of Feldgrau #49574E

Color information

#49574E (or 0x49574E) is unknown color: approx Feldgrau. HEX triplet: 49, 57 and 4E. RGB value is (73,87,78). Sum of RGB (Red+Green+Blue) = 73+87+78=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #49574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574E is #B6A8B1. Grayscale: #515151. Windows color (decimal): -11970738 or 5134153. OLE color: 5134153.

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

Color convert

RGB738778-
CMYK0.1600.100.66
HSL141.43º8.75%31.37%-
HSV(B)141.43º16.09%34.12%-
XYZ7.538.788.51-
YUV81.79125.86121.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=30.67%
G=36.55%
B=32.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387780.1600.100.66141.438.7531.37
Hex49574E100A428d91f
Octal111127116200121022151137
Binary1001001101011110011101000001010100001010001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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