#495149

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

Shades of Grey-Asparagus #495149

Tints of Grey-Asparagus #495149

Color information

#495149 (or 0x495149) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 51 and 49. RGB value is (73,81,73). Sum of RGB (Red+Green+Blue) = 73+81+73=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #495149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495149 is #B6AEB6. Grayscale: #4D4D4D. Windows color (decimal): -11972279 or 4804937. OLE color: 4804937.

HSL color Cylindrical-coordinate representation of color #495149: hue angle of 120º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #495149 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB738173-
CMYK0.1000.100.68
HSL120º5.19%30.2%-
HSV(B)120º9.88%31.76%-
XYZ6.897.787.44-
YUV77.7125.35124.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=32.16%
G=35.68%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7381730.1000.100.681205.1930.2
Hex495149A0A447851e
Octal11112111112012104170536
Binary1001001101000110010011010010101000100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495149; }

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

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

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

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

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

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

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

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