#40553D

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

Shades of Grey-Asparagus #40553D

Tints of Grey-Asparagus #40553D

Color information

#40553D (or 0x40553D) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 55 and 3D. RGB value is (64,85,61). Sum of RGB (Red+Green+Blue) = 64+85+61=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #40553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40553D is #BFAAC2. Grayscale: #4C4C4C. Windows color (decimal): -12561091 or 4019520. OLE color: 4019520.

HSL color Cylindrical-coordinate representation of color #40553D: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #40553D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB648561-
CMYK0.2500.280.67
HSL112.5º16.44%28.63%-
HSV(B)112.5º28.24%33.33%-
XYZ6.217.925.62-
YUV75.98119.54119.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=30.48%
G=40.48%
B=29.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485610.2500.280.67112.516.4428.63
Hex40553D1901C4370101d
Octal10012575310341031602035
Binary1000000101010111110111001011100100001111100001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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