#496247

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

Shades of Grey-Asparagus #496247

Tints of Grey-Asparagus #496247

Color information

#496247 (or 0x496247) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 62 and 47. RGB value is (73,98,71). Sum of RGB (Red+Green+Blue) = 73+98+71=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #496247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496247 is #B69DB8. Grayscale: #575757. Windows color (decimal): -11967929 or 4678217. OLE color: 4678217.

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

Color convert

RGB739871-
CMYK0.2600.280.62
HSL115.56º15.98%33.14%-
HSV(B)115.56º27.55%38.43%-
XYZ8.2510.617.57-
YUV87.45118.72117.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 98 (38.67% from 255) = 40.50%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=30.17%
G=40.50%
B=29.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398710.2600.280.62115.5615.9833.14
Hex4962471A01C3E741021
Octal11114210732034761642041
Binary10010011100010100011111010011100111110111010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496247; }

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

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

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

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

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

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

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

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