Html Css Color HEX #404C40 Grey-Asparagus

📋 copy color: '#404C40'

red 64 ◦ green 76 ◦ blue 64

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

Shades of Grey-Asparagus #404C40

Tints of Grey-Asparagus #404C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

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

R = 31.37%
G = 37.25%
B = 31.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#404C40 (or 0x404C40) is known color: Grey-Asparagus. HEX triplet: 40, 4C and 40. RGB value is (64,76,64). Sum of RGB (Red+Green+Blue) = 64+76+64=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #404C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C40 is #BFB3BF. Grayscale: #474747. Windows color (decimal): -12563392 or 4213824. OLE color: 4213824.

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

Color convert

RGB 64 76 64 -
CMYK 0.16 0 0.16 0.70
HSL 120º 0.09% 0.27% -
HSV(B) 120º 0.16% 0.3% -
XYZ 5.62 6.63 5.83 -
YUV 71.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 64 76 64 0.16 0 0.16 0.70 120 0.09 0.27
Hex 40 4C 40 10 0 10 46 78 9 1B
Octal 100 114 100 20 0 20 106 170 11 33
Binary 1000000 1001100 1000000 10000 0 10000 1000110 1111000 1001 11011

Color Harmonies of #404C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C40

Black with #404C40

Text Example


Text Example

White with #404C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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