Html Css Color HEX #404740 Grey-Asparagus

📋 copy color: '#404740'

red 64 ◦ green 71 ◦ blue 64

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

Shades of Grey-Asparagus #404740

Tints of Grey-Asparagus #404740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 32.16%
G = 35.68%
B = 32.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#404740 (or 0x404740) is known color: Grey-Asparagus. HEX triplet: 40, 47 and 40. RGB value is (64,71,64). Sum of RGB (Red+Green+Blue) = 64+71+64=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 71 - color contains mainly: green. Hex color #404740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404740 is #BFB8BF. Grayscale: #444444. Windows color (decimal): -12564672 or 4212544. OLE color: 4212544.

HSL color Cylindrical-coordinate representation of color #404740: hue angle of 120º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404740 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 64 -
CMYK 0.10 0 0.10 0.72
HSL 120º 0.05% 0.26% -
HSV(B) 120º 0.1% 0.28% -
XYZ 5.29 5.97 5.72 -
YUV 68.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 64 71 64 0.10 0 0.10 0.72 120 0.05 0.26
Hex 40 47 40 A 0 A 48 78 5 1A
Octal 100 107 100 12 0 12 110 170 5 32
Binary 1000000 1000111 1000000 1010 0 1010 1001000 1111000 101 11010

Color Harmonies of #404740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404740

Black with #404740

Text Example


Text Example

White with #404740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404740; }

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

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

background-color css

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

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

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

border-color css

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

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

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