#49554E

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

Shades of Feldgrau #49554E

Tints of Feldgrau #49554E

Color information

#49554E (or 0x49554E) is unknown color: approx Feldgrau. HEX triplet: 49, 55 and 4E. RGB value is (73,85,78). Sum of RGB (Red+Green+Blue) = 73+85+78=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #49554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554E is #B6AAB1. Grayscale: #505050. Windows color (decimal): -11971250 or 5133641. OLE color: 5133641.

HSL color Cylindrical-coordinate representation of color #49554E: hue angle of 145º 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 #49554E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB738578-
CMYK0.1400.080.67
HSL145º7.59%30.98%-
HSV(B)145º14.12%33.33%-
XYZ7.378.468.45-
YUV80.61126.52122.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=30.93%
G=36.02%
B=33.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385780.1400.080.671457.5930.98
Hex49554EE08439181f
Octal111125116160101032211037
Binary100100110101011001110111001000100001110010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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