Html Css Color HEX #404A40 Grey-Asparagus

📋 copy color: '#404A40'

red 64 ◦ green 74 ◦ blue 64

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

Shades of Grey-Asparagus #404A40

Tints of Grey-Asparagus #404A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.63%

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

R = 31.68%
G = 36.63%
B = 31.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#404A40 (or 0x404A40) is known color: Grey-Asparagus. HEX triplet: 40, 4A and 40. RGB value is (64,74,64). Sum of RGB (Red+Green+Blue) = 64+74+64=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #404A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A40 is #BFB5BF. Grayscale: #454545. Windows color (decimal): -12563904 or 4213312. OLE color: 4213312.

HSL color Cylindrical-coordinate representation of color #404A40: hue angle of 120º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404A40 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 64 -
CMYK 0.14 0 0.14 0.71
HSL 120º 0.07% 0.27% -
HSV(B) 120º 0.14% 0.29% -
XYZ 5.49 6.36 5.79 -
YUV 69.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 64 74 64 0.14 0 0.14 0.71 120 0.07 0.27
Hex 40 4A 40 E 0 E 47 78 7 1B
Octal 100 112 100 16 0 16 107 170 7 33
Binary 1000000 1001010 1000000 1110 0 1110 1000111 1111000 111 11011

Color Harmonies of #404A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A40

Black with #404A40

Text Example


Text Example

White with #404A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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