#414841

Color #414841 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #414841

Tints of Grey-Asparagus #414841

Color information

#414841 (or 0x414841) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 48 and 41. RGB value is (65,72,65). Sum of RGB (Red+Green+Blue) = 65+72+65=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #414841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414841 is #BEB7BE. Grayscale: #454545. Windows color (decimal): -12498879 or 4278337. OLE color: 4278337.

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

Color convert

RGB657265-
CMYK0.1000.100.72
HSL120º5.11%26.86%-
HSV(B)120º9.72%28.24%-
XYZ5.456.145.9-
YUV69.11125.68125.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.18%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=32.18%
G=35.64%
B=32.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572650.1000.100.721205.1126.86
Hex414841A0A487851b
Octal10111010112012110170533
Binary1000001100100010000011010010101001000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414841; }

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

 H1.HeaderClassName
 {
   color: #414841;
 }
 .AnyTagClassName
 {
   color: #414841;
 }
</style>
background-color css

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

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

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

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

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

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