#496955

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

Shades of Feldgrau #496955

Tints of Feldgrau #496955

Color information

#496955 (or 0x496955) is unknown color: approx Feldgrau. HEX triplet: 49, 69 and 55. RGB value is (73,105,85). Sum of RGB (Red+Green+Blue) = 73+105+85=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #496955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496955 is #B696AA. Grayscale: #5D5D5D. Windows color (decimal): -11966123 or 5597513. OLE color: 5597513.

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

Color convert

RGB7310585-
CMYK0.3000.190.59
HSL142.5º17.98%34.9%-
HSV(B)142.5º30.48%41.18%-
XYZ9.4412.1810.45-
YUV93.15123.4113.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=27.76%
G=39.92%
B=32.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105850.3000.190.59142.517.9834.9
Hex4969551E0133B8e1223
Octal11115112536023732162243
Binary100100111010011010101111100100111110111000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496955; }

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

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

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

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

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

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

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

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