Html Css Color HEX #404340 Grey-Asparagus

📋 copy color: '#404340'

red 64 ◦ green 67 ◦ blue 64

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

Shades of Grey-Asparagus #404340

Tints of Grey-Asparagus #404340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

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

R = 32.82%
G = 34.36%
B = 32.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#404340 (or 0x404340) is known color: Grey-Asparagus. HEX triplet: 40, 43 and 40. RGB value is (64,67,64). Sum of RGB (Red+Green+Blue) = 64+67+64=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 67 - color contains mainly: green. Hex color #404340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404340 is #BFBCBF. Grayscale: #414141. Windows color (decimal): -12565696 or 4211520. OLE color: 4211520.

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

Color convert

RGB 64 67 64 -
CMYK 0.04 0 0.04 0.74
HSL 120º 0.02% 0.26% -
HSV(B) 120º 0.04% 0.26% -
XYZ 5.05 5.47 5.64 -
YUV 65.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 64 67 64 0.04 0 0.04 0.74 120 0.02 0.26
Hex 40 43 40 4 0 4 4A 78 2 1A
Octal 100 103 100 4 0 4 112 170 2 32
Binary 1000000 1000011 1000000 100 0 100 1001010 1111000 10 11010

Color Harmonies of #404340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404340

Black with #404340

Text Example


Text Example

White with #404340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404340; }

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

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

background-color css

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

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

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

border-color css

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

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

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