#496047

Color #496047 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #496047

Tints of Grey-Asparagus #496047

Color information

#496047 (or 0x496047) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 60 and 47. RGB value is (73,96,71). Sum of RGB (Red+Green+Blue) = 73+96+71=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #496047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496047 is #B69FB8. Grayscale: #565656. Windows color (decimal): -11968441 or 4677705. OLE color: 4677705.

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

Color convert

RGB739671-
CMYK0.2400.260.62
HSL115.2º14.97%32.75%-
HSV(B)115.2º26.04%37.65%-
XYZ8.0710.247.51-
YUV86.27119.38118.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=30.42%
G=40%
B=29.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396710.2400.260.62115.214.9732.75
Hex4960471801A3E73f21
Octal11114010730032761631741
Binary1001001110000010001111100001101011111011100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496047; }

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

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

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

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

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

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

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

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