#415540

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

Shades of Grey-Asparagus #415540

Tints of Grey-Asparagus #415540

Color information

#415540 (or 0x415540) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 55 and 40. RGB value is (65,85,64). Sum of RGB (Red+Green+Blue) = 65+85+64=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #415540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415540 is #BEAABF. Grayscale: #4C4C4C. Windows color (decimal): -12495552 or 4216129. OLE color: 4216129.

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

Color convert

RGB658564-
CMYK0.2400.250.67
HSL117.14º14.09%29.22%-
HSV(B)117.14º24.71%33.33%-
XYZ6.357.996.06-
YUV76.63120.87119.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=30.37%
G=39.72%
B=29.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585640.2400.250.67117.1414.0929.22
Hex415540180194375e1d
Octal101125100300311031651635
Binary1000001101010110000001100001100110000111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415540; }

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

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

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

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

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

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

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

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