Html Css Color HEX #414A40 Grey-Asparagus

📋 copy color: '#414A40'

red 65 ◦ green 74 ◦ blue 64

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

Shades of Grey-Asparagus #414A40

Tints of Grey-Asparagus #414A40

RGB

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

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

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

R = 32.02%
G = 36.45%
B = 31.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#414A40 (or 0x414A40) is known color: Grey-Asparagus. HEX triplet: 41, 4A and 40. RGB value is (65,74,64). Sum of RGB (Red+Green+Blue) = 65+74+64=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #414A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A40 is #BEB5BF. Grayscale: #464646. Windows color (decimal): -12498368 or 4213313. OLE color: 4213313.

HSL color Cylindrical-coordinate representation of color #414A40: hue angle of 114º 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 #414A40 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 64 -
CMYK 0.12 0 0.14 0.71
HSL 114º 0.07% 0.27% -
HSV(B) 114º 0.14% 0.29% -
XYZ 5.55 6.39 5.79 -
YUV 70.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 65 74 64 0.12 0 0.14 0.71 114 0.07 0.27
Hex 41 4A 40 C 0 E 47 72 7 1B
Octal 101 112 100 14 0 16 107 162 7 33
Binary 1000001 1001010 1000000 1100 0 1110 1000111 1110010 111 11011

Color Harmonies of #414A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A40

Black with #414A40

Text Example


Text Example

White with #414A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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