#496A57

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

Shades of Feldgrau #496A57

Tints of Feldgrau #496A57

Color information

#496A57 (or 0x496A57) is unknown color: approx Feldgrau. HEX triplet: 49, 6A and 57. RGB value is (73,106,87). Sum of RGB (Red+Green+Blue) = 73+106+87=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #496A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A57 is #B695A8. Grayscale: #5E5E5E. Windows color (decimal): -11965865 or 5728841. OLE color: 5728841.

HSL color Cylindrical-coordinate representation of color #496A57: hue angle of 145.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A57 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB7310687-
CMYK0.3100.180.58
HSL145.45º18.44%35.1%-
HSV(B)145.45º31.13%41.57%-
XYZ9.6212.4110.91-
YUV93.97124.07113.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 106 (41.80% from 255) = 39.85%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=27.44%
G=39.85%
B=32.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106870.3100.180.58145.4518.4435.1
Hex496A571F0123A911223
Octal11115212737022722212243
Binary100100111010101010111111110100101110101001000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496A57; }

 p { color: rgb(73,106,87); }

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

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

 a { background-color: rgb(73,106,87); }

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

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

 span { border-color: rgb(73,106,87); }

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