#495D45

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

Shades of Grey-Asparagus #495D45

Tints of Grey-Asparagus #495D45

Color information

#495D45 (or 0x495D45) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 5D and 45. RGB value is (73,93,69). Sum of RGB (Red+Green+Blue) = 73+93+69=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #495D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D45 is #B6A2BA. Grayscale: #545454. Windows color (decimal): -11969211 or 4545865. OLE color: 4545865.

HSL color Cylindrical-coordinate representation of color #495D45: hue angle of 110º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495D45 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB739369-
CMYK0.2200.260.64
HSL110º14.81%31.76%-
HSV(B)110º25.81%36.47%-
XYZ7.749.677.09-
YUV84.28119.37119.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 93 (36.72% from 255) = 39.57%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=31.06%
G=39.57%
B=29.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393690.2200.260.6411014.8131.76
Hex495D451601A406ef20
Octal111135105260321001561740
Binary10010011011101100010110110011010100000011011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D45; }

 p { color: rgb(73,93,69); }

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

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

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

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

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

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

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