#496A56

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

Shades of Feldgrau #496A56

Tints of Feldgrau #496A56

Color information

#496A56 (or 0x496A56) is unknown color: approx Feldgrau. HEX triplet: 49, 6A and 56. RGB value is (73,106,86). Sum of RGB (Red+Green+Blue) = 73+106+86=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #496A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A56 is #B695A9. Grayscale: #5D5D5D. Windows color (decimal): -11965866 or 5663305. OLE color: 5663305.

HSL color Cylindrical-coordinate representation of color #496A56: hue angle of 143.64º 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 #496A56 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB7310686-
CMYK0.3100.190.58
HSL143.64º18.44%35.1%-
HSV(B)143.64º31.13%41.57%-
XYZ9.5812.410.69-
YUV93.85123.57113.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 32.45%
R=27.55%
G=40%
B=32.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106860.3100.190.58143.6418.4435.1
Hex496A561F0133A901223
Octal11115212637023722202243
Binary100100111010101010110111110100111110101001000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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