#415440

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

Shades of Grey-Asparagus #415440

Tints of Grey-Asparagus #415440

Color information

#415440 (or 0x415440) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 54 and 40. RGB value is (65,84,64). Sum of RGB (Red+Green+Blue) = 65+84+64=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #415440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415440 is #BEABBF. Grayscale: #4C4C4C. Windows color (decimal): -12495808 or 4215873. OLE color: 4215873.

HSL color Cylindrical-coordinate representation of color #415440: hue angle of 117º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #415440 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB658464-
CMYK0.2300.240.67
HSL117º13.51%29.02%-
HSV(B)117º23.81%32.94%-
XYZ6.287.836.03-
YUV76.04121.21120.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=30.52%
G=39.44%
B=30.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6584640.2300.240.6711713.5129.02
Hex415440170184375e1d
Octal101124100270301031651635
Binary1000001101010010000001011101100010000111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415440; }

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

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

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

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

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

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

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

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