#495D50

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

Shades of Feldgrau #495D50

Tints of Feldgrau #495D50

Color information

#495D50 (or 0x495D50) is unknown color: approx Feldgrau. HEX triplet: 49, 5D and 50. RGB value is (73,93,80). Sum of RGB (Red+Green+Blue) = 73+93+80=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #495D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D50 is #B6A2AF. Grayscale: #555555. Windows color (decimal): -11969200 or 5266761. OLE color: 5266761.

HSL color Cylindrical-coordinate representation of color #495D50: hue angle of 141º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D50 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB739380-
CMYK0.2200.140.64
HSL141º12.05%32.55%-
HSV(B)141º21.51%36.47%-
XYZ8.119.829.06-
YUV85.54124.87119.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=29.67%
G=37.80%
B=32.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393800.2200.140.6414112.0532.55
Hex495D50160E408dc21
Octal111135120260161002151441
Binary10010011011101101000010110011101000000100011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D50; }

 p { color: rgb(73,93,80); }

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

<style>
 a { background-color: #495D50; }

 a { background-color: rgb(73,93,80); }

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

<style>
 span { border-color: #495D50; }

 span { border-color: rgb(73,93,80); }

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