Html Css Color HEX #405640 Grey-Asparagus

📋 copy color: '#405640'

red 64 ◦ green 86 ◦ blue 64

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

Shades of Grey-Asparagus #405640

Tints of Grey-Asparagus #405640

RGB

 RED value IS 64 (25.39% from 255) = 29.91%

 GREEN value IS 86 (33.98% from 255) = 40.19%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 29.91%
G = 40.19%
B = 29.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#405640 (or 0x405640) is known color: Grey-Asparagus. HEX triplet: 40, 56 and 40. RGB value is (64,86,64). Sum of RGB (Red+Green+Blue) = 64+86+64=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #405640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405640 is #BFA9BF. Grayscale: #4C4C4C. Windows color (decimal): -12560832 or 4216384. OLE color: 4216384.

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

Color convert

RGB 64 86 64 -
CMYK 0.26 0 0.26 0.66
HSL 120º 0.15% 0.29% -
HSV(B) 120º 0.26% 0.34% -
XYZ 6.37 8.12 6.08 -
YUV 76.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 64 86 64 0.26 0 0.26 0.66 120 0.15 0.29
Hex 40 56 40 1A 0 1A 42 78 F 1D
Octal 100 126 100 32 0 32 102 170 17 35
Binary 1000000 1010110 1000000 11010 0 11010 1000010 1111000 1111 11101

Color Harmonies of #405640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405640

Black with #405640

Text Example


Text Example

White with #405640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405640; }

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

 H1.HeaderClassName
 {
   color: #405640;
 }
 .AnyTagClassName
 {
   color: #405640;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #405640;
 }
 .BgClassName
 {
   background-color: #405640;
 }
</style>

border-color css

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

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

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