#496048

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

Shades of Grey-Asparagus #496048

Tints of Grey-Asparagus #496048

Color information

#496048 (or 0x496048) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 60 and 48. RGB value is (73,96,72). Sum of RGB (Red+Green+Blue) = 73+96+72=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #496048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496048 is #B69FB7. Grayscale: #565656. Windows color (decimal): -11968440 or 4743241. OLE color: 4743241.

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

Color convert

RGB739672-
CMYK0.2400.250.62
HSL117.5º14.29%32.94%-
HSV(B)117.5º25%37.65%-
XYZ8.110.257.68-
YUV86.39119.88118.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=30.29%
G=39.83%
B=29.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396720.2400.250.62117.514.2932.94
Hex496048180193E75e21
Octal11114011030031761651641
Binary1001001110000010010001100001100111111011101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496048; }

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

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

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

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

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

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

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

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