#495449

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

Shades of Grey-Asparagus #495449

Tints of Grey-Asparagus #495449

Color information

#495449 (or 0x495449) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 54 and 49. RGB value is (73,84,73). Sum of RGB (Red+Green+Blue) = 73+84+73=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #495449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495449 is #B6ABB6. Grayscale: #4F4F4F. Windows color (decimal): -11971511 or 4805705. OLE color: 4805705.

HSL color Cylindrical-coordinate representation of color #495449: hue angle of 120º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #495449 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB738473-
CMYK0.1300.130.67
HSL120º7.01%30.78%-
HSV(B)120º13.1%32.94%-
XYZ7.128.247.52-
YUV79.46124.36123.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=31.74%
G=36.52%
B=31.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384730.1300.130.671207.0130.78
Hex495449D0D437871f
Octal11112411115015103170737
Binary1001001101010010010011101011011000011111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495449; }

 p { color: rgb(73,84,73); }

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

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

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

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

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

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

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