#495950

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

Shades of Feldgrau #495950

Tints of Feldgrau #495950

Color information

#495950 (or 0x495950) is unknown color: approx Feldgrau. HEX triplet: 49, 59 and 50. RGB value is (73,89,80). Sum of RGB (Red+Green+Blue) = 73+89+80=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #495950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495950 is #B6A6AF. Grayscale: #535353. Windows color (decimal): -11970224 or 5265737. OLE color: 5265737.

HSL color Cylindrical-coordinate representation of color #495950: hue angle of 146.25º 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 #495950 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB738980-
CMYK0.1800.100.65
HSL146.25º9.88%31.76%-
HSV(B)146.25º17.98%34.9%-
XYZ7.779.148.94-
YUV83.19126.2120.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=30.17%
G=36.78%
B=33.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389800.1800.100.65146.259.8831.76
Hex495950120A4192a20
Octal111131120220121012221240
Binary10010011011001101000010010010101000001100100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495950; }

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

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

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

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

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

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

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

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