#496555

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

Shades of Feldgrau #496555

Tints of Feldgrau #496555

Color information

#496555 (or 0x496555) is unknown color: approx Feldgrau. HEX triplet: 49, 65 and 55. RGB value is (73,101,85). Sum of RGB (Red+Green+Blue) = 73+101+85=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #496555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496555 is #B69AAA. Grayscale: #5A5A5A. Windows color (decimal): -11967147 or 5596489. OLE color: 5596489.

HSL color Cylindrical-coordinate representation of color #496555: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496555 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB7310185-
CMYK0.2800.160.60
HSL145.71º16.09%34.12%-
HSV(B)145.71º27.72%39.61%-
XYZ9.0411.3810.31-
YUV90.8124.72115.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=28.19%
G=39.00%
B=32.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101850.2800.160.60145.7116.0934.12
Hex4965551C0103C921022
Octal11114512534020742222042
Binary100100111001011010101111000100001111001001001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496555; }

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

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

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

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

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

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

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

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