#414741

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

Shades of Grey-Asparagus #414741

Tints of Grey-Asparagus #414741

Color information

#414741 (or 0x414741) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 47 and 41. RGB value is (65,71,65). Sum of RGB (Red+Green+Blue) = 65+71+65=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #414741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414741 is #BEB8BE. Grayscale: #444444. Windows color (decimal): -12499135 or 4278081. OLE color: 4278081.

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

Color convert

RGB657165-
CMYK0.0800.080.72
HSL120º4.41%26.67%-
HSV(B)120º8.45%27.84%-
XYZ5.396.015.88-
YUV68.52126.01125.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=32.34%
G=35.32%
B=32.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571650.0800.080.721204.4126.67
Hex414741808487841b
Octal10110710110010110170433
Binary1000001100011110000011000010001001000111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414741; }

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

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

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

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

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

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

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

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