#415041

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

Shades of Grey-Asparagus #415041

Tints of Grey-Asparagus #415041

Color information

#415041 (or 0x415041) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 50 and 41. RGB value is (65,80,65). Sum of RGB (Red+Green+Blue) = 65+80+65=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #415041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415041 is #BEAFBE. Grayscale: #494949. Windows color (decimal): -12496831 or 4280385. OLE color: 4280385.

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

Color convert

RGB658065-
CMYK0.1900.190.69
HSL120º10.34%28.43%-
HSV(B)120º18.75%31.37%-
XYZ67.246.08-
YUV73.8123.03121.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=30.95%
G=38.10%
B=30.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580650.1900.190.6912010.3428.43
Hex415041130134578a1c
Octal101120101230231051701234
Binary1000001101000010000011001101001110001011111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415041; }

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

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

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

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

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

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

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

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