#414740

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

Shades of Grey-Asparagus #414740

Tints of Grey-Asparagus #414740

Color information

#414740 (or 0x414740) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 47 and 40. RGB value is (65,71,64). Sum of RGB (Red+Green+Blue) = 65+71+64=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #414740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414740 is #BEB8BF. Grayscale: #444444. Windows color (decimal): -12499136 or 4212545. OLE color: 4212545.

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

Color convert

RGB657164-
CMYK0.0800.100.72
HSL111.43º5.19%26.47%-
HSV(B)111.43º9.86%27.84%-
XYZ5.3665.73-
YUV68.41125.51125.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=32.5%
G=35.5%
B=32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571640.0800.100.72111.435.1926.47
Hex41474080A486f51a
Octal10110710010012110157532
Binary1000001100011110000001000010101001000110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414740; }

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

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

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

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

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

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

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

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