#415040

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

Shades of Grey-Asparagus #415040

Tints of Grey-Asparagus #415040

Color information

#415040 (or 0x415040) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 50 and 40. RGB value is (65,80,64). Sum of RGB (Red+Green+Blue) = 65+80+64=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #415040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415040 is #BEAFBF. Grayscale: #494949. Windows color (decimal): -12496832 or 4214849. OLE color: 4214849.

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

Color convert

RGB658064-
CMYK0.1900.200.69
HSL116.25º11.11%28.24%-
HSV(B)116.25º20%31.37%-
XYZ5.977.235.93-
YUV73.69122.53121.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 80 (31.64% from 255) = 38.28%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=31.10%
G=38.28%
B=30.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6580640.1900.200.69116.2511.1128.24
Hex415040130144574b1c
Octal101120100230241051641334
Binary1000001101000010000001001101010010001011110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415040; }

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

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

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

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

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

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

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

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