#496856

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

Shades of Feldgrau #496856

Tints of Feldgrau #496856

Color information

#496856 (or 0x496856) is unknown color: approx Feldgrau. HEX triplet: 49, 68 and 56. RGB value is (73,104,86). Sum of RGB (Red+Green+Blue) = 73+104+86=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #496856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496856 is #B697A9. Grayscale: #5C5C5C. Windows color (decimal): -11966378 or 5662793. OLE color: 5662793.

HSL color Cylindrical-coordinate representation of color #496856: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496856 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB7310486-
CMYK0.3000.170.59
HSL145.16º17.51%34.71%-
HSV(B)145.16º29.81%40.78%-
XYZ9.3811.9910.62-
YUV92.68124.23113.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=27.76%
G=39.54%
B=32.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104860.3000.170.59145.1617.5134.71
Hex4968561E0113B911223
Octal11115012636021732212243
Binary100100111010001010110111100100011110111001000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496856; }

 p { color: rgb(73,104,86); }

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

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

 a { background-color: rgb(73,104,86); }

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

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

 span { border-color: rgb(73,104,86); }

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