#496956

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

Shades of Feldgrau #496956

Tints of Feldgrau #496956

Color information

#496956 (or 0x496956) is unknown color: approx Feldgrau. HEX triplet: 49, 69 and 56. RGB value is (73,105,86). Sum of RGB (Red+Green+Blue) = 73+105+86=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #496956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496956 is #B696A9. Grayscale: #5D5D5D. Windows color (decimal): -11966122 or 5663049. OLE color: 5663049.

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

Color convert

RGB7310586-
CMYK0.3000.180.59
HSL144.38º17.98%34.9%-
HSV(B)144.38º30.48%41.18%-
XYZ9.4812.1910.66-
YUV93.27123.9113.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=27.65%
G=39.77%
B=32.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105860.3000.180.59144.3817.9834.9
Hex4969561E0123B901223
Octal11115112636022732202243
Binary100100111010011010110111100100101110111001000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496956; }

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

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

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

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

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

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

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

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