#49594F

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

Shades of Feldgrau #49594F

Tints of Feldgrau #49594F

Color information

#49594F (or 0x49594F) is unknown color: approx Feldgrau. HEX triplet: 49, 59 and 4F. RGB value is (73,89,79). Sum of RGB (Red+Green+Blue) = 73+89+79=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #49594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49594F is #B6A6B0. Grayscale: #535353. Windows color (decimal): -11970225 or 5200201. OLE color: 5200201.

HSL color Cylindrical-coordinate representation of color #49594F: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594F is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB738979-
CMYK0.1800.110.65
HSL142.5º9.88%31.76%-
HSV(B)142.5º17.98%34.9%-
XYZ7.739.138.75-
YUV83.08125.7120.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=30.29%
G=36.93%
B=32.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389790.1800.110.65142.59.8831.76
Hex49594F120B418ea20
Octal111131117220131012161240
Binary10010011011001100111110010010111000001100011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49594F; }

 p { color: rgb(73,89,79); }

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

<style>
 a { background-color: #49594F; }

 a { background-color: rgb(73,89,79); }

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

<style>
 span { border-color: #49594F; }

 span { border-color: rgb(73,89,79); }

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