Html Css Color HEX #414840 Grey-Asparagus

📋 copy color: '#414840'

red 65 ◦ green 72 ◦ blue 64

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

Shades of Grey-Asparagus #414840

Tints of Grey-Asparagus #414840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.82%

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

R = 32.34%
G = 35.82%
B = 31.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#414840 (or 0x414840) is known color: Grey-Asparagus. HEX triplet: 41, 48 and 40. RGB value is (65,72,64). Sum of RGB (Red+Green+Blue) = 65+72+64=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #414840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414840 is #BEB7BF. Grayscale: #454545. Windows color (decimal): -12498880 or 4212801. OLE color: 4212801.

HSL color Cylindrical-coordinate representation of color #414840: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414840 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 64 -
CMYK 0.10 0 0.11 0.72
HSL 112.5º 0.06% 0.27% -
HSV(B) 112.5º 0.11% 0.28% -
XYZ 5.42 6.13 5.75 -
YUV 69 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 65 72 64 0.10 0 0.11 0.72 112.5 0.06 0.27
Hex 41 48 40 A 0 B 48 70 6 1B
Octal 101 110 100 12 0 13 110 160 6 33
Binary 1000001 1001000 1000000 1010 0 1011 1001000 1110000 110 11011

Color Harmonies of #414840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414840

Black with #414840

Text Example


Text Example

White with #414840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414840; }

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

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

background-color css

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

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

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

border-color css

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

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

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