#40563F

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

Shades of Grey-Asparagus #40563F

Tints of Grey-Asparagus #40563F

Color information

#40563F (or 0x40563F) is unknown color: approx Grey-Asparagus. HEX triplet: 40, 56 and 3F. RGB value is (64,86,63). Sum of RGB (Red+Green+Blue) = 64+86+63=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #40563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40563F is #BFA9C0. Grayscale: #4C4C4C. Windows color (decimal): -12560833 or 4150848. OLE color: 4150848.

HSL color Cylindrical-coordinate representation of color #40563F: hue angle of 117.39º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #40563F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB648663-
CMYK0.2600.270.66
HSL117.39º15.44%29.22%-
HSV(B)117.39º26.74%33.73%-
XYZ6.348.15.93-
YUV76.8120.21118.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 63 (25% from 255) = 29.58%
R=30.05%
G=40.38%
B=29.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486630.2600.270.66117.3915.4429.22
Hex40563F1A01B4275f1d
Octal10012677320331021651735
Binary100000010101101111111101001101110000101110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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