#495F45

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

Shades of Grey-Asparagus #495F45

Tints of Grey-Asparagus #495F45

Color information

#495F45 (or 0x495F45) is unknown color: approx Grey-Asparagus. HEX triplet: 49, 5F and 45. RGB value is (73,95,69). Sum of RGB (Red+Green+Blue) = 73+95+69=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #495F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F45 is #B6A0BA. Grayscale: #555555. Windows color (decimal): -11968699 or 4546377. OLE color: 4546377.

HSL color Cylindrical-coordinate representation of color #495F45: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495F45 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB739569-
CMYK0.2300.270.63
HSL110.77º15.85%32.16%-
HSV(B)110.77º27.37%37.25%-
XYZ7.9110.037.15-
YUV85.46118.71119.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 95 (37.5% from 255) = 40.08%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=30.80%
G=40.08%
B=29.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395690.2300.270.63110.7715.8532.16
Hex495F451701B3F6f1020
Octal11113710527033771572040
Binary10010011011111100010110111011011111111110111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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