#40543F

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

Shades of Grey-Asparagus #40543F

Tints of Grey-Asparagus #40543F

Color information

#40543F (or 0x40543F) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 54 and 3F. RGB value is (64,84,63). Sum of RGB (Red+Green+Blue) = 64+84+63=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #40543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40543F is #BFABC0. Grayscale: #4B4B4B. Windows color (decimal): -12561345 or 4150336. OLE color: 4150336.

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

Color convert

RGB648463-
CMYK0.2400.250.67
HSL117.14º14.29%28.82%-
HSV(B)117.14º25%32.94%-
XYZ6.187.795.88-
YUV75.63120.87119.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 63 (25% from 255) = 29.86%
R=30.33%
G=39.81%
B=29.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484630.2400.250.67117.1414.2928.82
Hex40543F180194375e1d
Octal10012477300311031651635
Binary100000010101001111111100001100110000111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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