Html Css Color HEX #414940 Grey-Asparagus

📋 copy color: '#414940'

red 65 ◦ green 73 ◦ blue 64

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

Shades of Grey-Asparagus #414940

Tints of Grey-Asparagus #414940

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

 GREEN value IS 73 (28.91% from 255) = 36.14%

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

R = 32.18%
G = 36.14%
B = 31.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#414940 (or 0x414940) is known color: Grey-Asparagus. HEX triplet: 41, 49 and 40. RGB value is (65,73,64). Sum of RGB (Red+Green+Blue) = 65+73+64=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #414940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414940 is #BEB6BF. Grayscale: #454545. Windows color (decimal): -12498624 or 4213057. OLE color: 4213057.

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

Color convert

RGB 65 73 64 -
CMYK 0.11 0 0.12 0.71
HSL 113.33º 0.07% 0.27% -
HSV(B) 113.33º 0.12% 0.29% -
XYZ 5.49 6.26 5.77 -
YUV 69.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 65 73 64 0.11 0 0.12 0.71 113.33 0.07 0.27
Hex 41 49 40 B 0 C 47 71 7 1B
Octal 101 111 100 13 0 14 107 161 7 33
Binary 1000001 1001001 1000000 1011 0 1100 1000111 1110001 111 11011

Color Harmonies of #414940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414940

Black with #414940

Text Example


Text Example

White with #414940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414940; }

 p { color: rgb(65,73,64); }

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

background-color css

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

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

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

border-color css

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

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

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