#495F53

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

Shades of Feldgrau #495F53

Tints of Feldgrau #495F53

Color information

#495F53 (or 0x495F53) is unknown color: approx Feldgrau. HEX triplet: 49, 5F and 53. RGB value is (73,95,83). Sum of RGB (Red+Green+Blue) = 73+95+83=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 95 - color contains mainly: green. Hex color #495F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F53 is #B6A0AC. Grayscale: #575757. Windows color (decimal): -11968685 or 5463881. OLE color: 5463881.

HSL color Cylindrical-coordinate representation of color #495F53: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F53 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB739583-
CMYK0.2300.130.63
HSL147.27º13.1%32.94%-
HSV(B)147.27º23.16%37.25%-
XYZ8.410.239.71-
YUV87.05125.71117.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 95 (37.5% from 255) = 37.85%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=29.08%
G=37.85%
B=33.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395830.2300.130.63147.2713.132.94
Hex495F53170D3F93d21
Octal11113712327015772231541
Binary1001001101111110100111011101101111111100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,83); }

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

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

 a { background-color: rgb(73,95,83); }

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

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

 span { border-color: rgb(73,95,83); }

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