#414D41

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

Shades of Grey-Asparagus #414D41

Tints of Grey-Asparagus #414D41

Color information

#414D41 (or 0x414D41) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 4D and 41. RGB value is (65,77,65). Sum of RGB (Red+Green+Blue) = 65+77+65=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #414D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D41 is #BEB2BE. Grayscale: #484848. Windows color (decimal): -12497599 or 4279617. OLE color: 4279617.

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

Color convert

RGB657765-
CMYK0.1600.160.70
HSL120º8.45%27.84%-
HSV(B)120º15.58%30.2%-
XYZ5.796.816.01-
YUV72.04124.02122.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.40%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=31.40%
G=37.20%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577650.1600.160.701208.4527.84
Hex414D4110010467881c
Octal101115101200201061701034
Binary1000001100110110000011000001000010001101111000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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