#495F52

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

Shades of Feldgrau #495F52

Tints of Feldgrau #495F52

Color information

#495F52 (or 0x495F52) is unknown color: approx Feldgrau. HEX triplet: 49, 5F and 52. RGB value is (73,95,82). Sum of RGB (Red+Green+Blue) = 73+95+82=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #495F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F52 is #B6A0AD. Grayscale: #565656. Windows color (decimal): -11968686 or 5398345. OLE color: 5398345.

HSL color Cylindrical-coordinate representation of color #495F52: hue angle of 144.55º 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 #495F52 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB739582-
CMYK0.2300.140.63
HSL144.55º13.1%32.94%-
HSV(B)144.55º23.16%37.25%-
XYZ8.3610.219.51-
YUV86.94125.21118.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=29.2%
G=38%
B=32.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395820.2300.140.63144.5513.132.94
Hex495F52170E3F91d21
Octal11113712227016772211541
Binary1001001101111110100101011101110111111100100011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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