#495647

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

Shades of Grey-Asparagus #495647

Tints of Grey-Asparagus #495647

Color information

#495647 (or 0x495647) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 56 and 47. RGB value is (73,86,71). Sum of RGB (Red+Green+Blue) = 73+86+71=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #495647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495647 is #B6A9B8. Grayscale: #505050. Windows color (decimal): -11971001 or 4675145. OLE color: 4675145.

HSL color Cylindrical-coordinate representation of color #495647: hue angle of 112º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495647 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB738671-
CMYK0.1500.170.66
HSL112º9.55%30.78%-
HSV(B)112º17.44%33.73%-
XYZ7.218.537.23-
YUV80.4122.69122.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=31.74%
G=37.39%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386710.1500.170.661129.5530.78
Hex495647F0114270a1f
Octal111126107170211021601237
Binary100100110101101000111111101000110000101110000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495647; }

 p { color: rgb(73,86,71); }

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

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

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

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

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

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

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