#495B4E

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

Shades of Feldgrau #495B4E

Tints of Feldgrau #495B4E

Color information

#495B4E (or 0x495B4E) is unknown color: approx Feldgrau. HEX triplet: 49, 5B and 4E. RGB value is (73,91,78). Sum of RGB (Red+Green+Blue) = 73+91+78=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #495B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B4E is #B6A4B1. Grayscale: #545454. Windows color (decimal): -11969714 or 5135177. OLE color: 5135177.

HSL color Cylindrical-coordinate representation of color #495B4E: hue angle of 136.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495B4E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB739178-
CMYK0.2000.140.64
HSL136.67º10.98%32.16%-
HSV(B)136.67º19.78%35.69%-
XYZ7.869.458.62-
YUV84.14124.54120.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=30.17%
G=37.60%
B=32.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391780.2000.140.64136.6710.9832.16
Hex495B4E140E4089b20
Octal111133116240161002111340
Binary10010011011011100111010100011101000000100010011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,78); }

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

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

 a { background-color: rgb(73,91,78); }

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

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

 span { border-color: rgb(73,91,78); }

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