#496946

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

Shades of Grey-Asparagus #496946

Tints of Grey-Asparagus #496946

Color information

#496946 (or 0x496946) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 69 and 46. RGB value is (73,105,70). Sum of RGB (Red+Green+Blue) = 73+105+70=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #496946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496946 is #B696B9. Grayscale: #5B5B5B. Windows color (decimal): -11966138 or 4614473. OLE color: 4614473.

HSL color Cylindrical-coordinate representation of color #496946: hue angle of 114.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496946 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB7310570-
CMYK0.3000.330.59
HSL114.86º20%34.31%-
HSV(B)114.86º33.33%41.18%-
XYZ8.911.967.63-
YUV91.44115.9114.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=29.44%
G=42.34%
B=28.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105700.3000.330.59114.862034.31
Hex4969461E0213B731422
Octal11115110636041731632442
Binary100100111010011000110111100100001111011111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496946; }

 p { color: rgb(73,105,70); }

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

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

 a { background-color: rgb(73,105,70); }

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

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

 span { border-color: rgb(73,105,70); }

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