#496A46

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

Shades of Grey-Asparagus #496A46

Tints of Grey-Asparagus #496A46

Color information

#496A46 (or 0x496A46) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 6A and 46. RGB value is (73,106,70). Sum of RGB (Red+Green+Blue) = 73+106+70=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #496A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A46 is #B695B9. Grayscale: #5C5C5C. Windows color (decimal): -11965882 or 4614729. OLE color: 4614729.

HSL color Cylindrical-coordinate representation of color #496A46: hue angle of 115º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496A46 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB7310670-
CMYK0.3100.340.58
HSL115º20.45%34.51%-
HSV(B)115º33.96%41.57%-
XYZ9.0112.177.67-
YUV92.03115.57114.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 70 (27.73% from 255) = 28.11%
R=29.32%
G=42.57%
B=28.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106700.3100.340.5811520.4534.51
Hex496A461F0223A731423
Octal11115210637042721632443
Binary100100111010101000110111110100010111010111001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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