#496051

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

Shades of Feldgrau #496051

Tints of Feldgrau #496051

Color information

#496051 (or 0x496051) is unknown color: approx Feldgrau. HEX triplet: 49, 60 and 51. RGB value is (73,96,81). Sum of RGB (Red+Green+Blue) = 73+96+81=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #496051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496051 is #B69FAE. Grayscale: #575757. Windows color (decimal): -11968431 or 5333065. OLE color: 5333065.

HSL color Cylindrical-coordinate representation of color #496051: hue angle of 140.87º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #496051 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB739681-
CMYK0.2400.160.62
HSL140.87º13.61%33.14%-
HSV(B)140.87º23.96%37.65%-
XYZ8.4210.389.34-
YUV87.41124.38117.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=29.2%
G=38.4%
B=32.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396810.2400.160.62140.8713.6133.14
Hex496051180103E8de21
Octal11114012130020762151641
Binary10010011100000101000111000010000111110100011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496051; }

 p { color: rgb(73,96,81); }

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

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

 a { background-color: rgb(73,96,81); }

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

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

 span { border-color: rgb(73,96,81); }

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