#40513C

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

Shades of Grey-Asparagus #40513C

Tints of Grey-Asparagus #40513C

Color information

#40513C (or 0x40513C) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 51 and 3C. RGB value is (64,81,60). Sum of RGB (Red+Green+Blue) = 64+81+60=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 81 - color contains mainly: green. Hex color #40513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40513C is #BFAEC3. Grayscale: #494949. Windows color (decimal): -12562116 or 3952960. OLE color: 3952960.

HSL color Cylindrical-coordinate representation of color #40513C: hue angle of 108.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40513C is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB648160-
CMYK0.2100.260.68
HSL108.57º14.89%27.65%-
HSV(B)108.57º25.93%31.76%-
XYZ5.877.35.37-
YUV73.52120.37121.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=31.22%
G=39.51%
B=29.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481600.2100.260.68108.5714.8927.65
Hex40513C1501A446df1c
Octal10012174250321041551734
Binary100000010100011111001010101101010001001101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40513C; }

 p { color: rgb(64,81,60); }

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

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

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

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

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

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

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