#495547

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

Shades of Grey-Asparagus #495547

Tints of Grey-Asparagus #495547

Color information

#495547 (or 0x495547) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 55 and 47. RGB value is (73,85,71). Sum of RGB (Red+Green+Blue) = 73+85+71=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #495547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495547 is #B6AAB8. Grayscale: #4F4F4F. Windows color (decimal): -11971257 or 4674889. OLE color: 4674889.

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

Color convert

RGB738571-
CMYK0.1400.160.67
HSL111.43º8.97%30.59%-
HSV(B)111.43º16.47%33.33%-
XYZ7.138.377.2-
YUV79.82123.02123.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 71 (28.12% from 255) = 31.00%
R=31.88%
G=37.12%
B=31.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385710.1400.160.67111.438.9730.59
Hex495547E010436f91f
Octal111125107160201031571137
Binary100100110101011000111111001000010000111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495547; }

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

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

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

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

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

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

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

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