#415240

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

Shades of Grey-Asparagus #415240

Tints of Grey-Asparagus #415240

Color information

#415240 (or 0x415240) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 52 and 40. RGB value is (65,82,64). Sum of RGB (Red+Green+Blue) = 65+82+64=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #415240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415240 is #BEADBF. Grayscale: #4A4A4A. Windows color (decimal): -12496320 or 4215361. OLE color: 4215361.

HSL color Cylindrical-coordinate representation of color #415240: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415240 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB658264-
CMYK0.2100.220.68
HSL116.67º12.33%28.63%-
HSV(B)116.67º21.95%32.16%-
XYZ6.127.535.98-
YUV74.87121.87120.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=30.81%
G=38.86%
B=30.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582640.2100.220.68116.6712.3328.63
Hex415240150164475c1d
Octal101122100250261041651435
Binary1000001101001010000001010101011010001001110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415240; }

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

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

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

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

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

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

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

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