#40583F

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

Shades of Grey-Asparagus #40583F

Tints of Grey-Asparagus #40583F

Color information

#40583F (or 0x40583F) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 58 and 3F. RGB value is (64,88,63). Sum of RGB (Red+Green+Blue) = 64+88+63=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #40583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40583F is #BFA7C0. Grayscale: #4E4E4E. Windows color (decimal): -12560321 or 4151360. OLE color: 4151360.

HSL color Cylindrical-coordinate representation of color #40583F: hue angle of 117.6º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40583F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB648863-
CMYK0.2700.280.65
HSL117.6º16.56%29.61%-
HSV(B)117.6º28.41%34.51%-
XYZ6.58.435.99-
YUV77.97119.55118.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 63 (25% from 255) = 29.30%
R=29.77%
G=40.93%
B=29.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488630.2700.280.65117.616.5629.61
Hex40583F1B01C4176111e
Octal10013077330341011662136
Binary1000000101100011111111011011100100000111101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40583F; }

 p { color: rgb(64,88,63); }

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

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

 a { background-color: rgb(64,88,63); }

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

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

 span { border-color: rgb(64,88,63); }

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