#40503D

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

Shades of Grey-Asparagus #40503D

Tints of Grey-Asparagus #40503D

Color information

#40503D (or 0x40503D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 50 and 3D. RGB value is (64,80,61). Sum of RGB (Red+Green+Blue) = 64+80+61=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #40503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40503D is #BFAFC2. Grayscale: #494949. Windows color (decimal): -12562371 or 4018240. OLE color: 4018240.

HSL color Cylindrical-coordinate representation of color #40503D: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #40503D is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB648061-
CMYK0.2000.240.69
HSL110.53º13.48%27.65%-
HSV(B)110.53º23.75%31.37%-
XYZ5.837.165.49-
YUV73.05121.2121.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=31.22%
G=39.02%
B=29.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480610.2000.240.69110.5313.4827.65
Hex40503D14018456fd1c
Octal10012075240301051571534
Binary100000010100001111011010001100010001011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40503D; }

 p { color: rgb(64,80,61); }

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

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

 a { background-color: rgb(64,80,61); }

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

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

 span { border-color: rgb(64,80,61); }

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