Html Css Color HEX #40563F Grey-Asparagus

📋 copy color: '#40563F'

red 64 ◦ green 86 ◦ blue 63

#40563F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #40563F

Tints of Grey-Asparagus #40563F

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 value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#40563F (or 0x40563F) is known color: 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

RGB 64 86 63 -
CMYK 0.26 0 0.27 0.66
HSL 117.39º 0.15% 0.29% -
HSV(B) 117.39º 0.27% 0.34% -
XYZ 6.34 8.1 5.93 -
YUV 76.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 64 86 63 0.26 0 0.27 0.66 117.39 0.15 0.29
Hex 40 56 3F 1A 0 1B 42 75 F 1D
Octal 100 126 77 32 0 33 102 165 17 35
Binary 1000000 1010110 111111 11010 0 11011 1000010 1110101 1111 11101

Color Harmonies of #40563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40563F

Black with #40563F

Text Example


Text Example

White with #40563F

Text Example


Text Example

HTML Codes & Css Web 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>