#415942

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

Shades of Grey-Asparagus #415942

Tints of Grey-Asparagus #415942

Color information

#415942 (or 0x415942) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 59 and 42. RGB value is (65,89,66). Sum of RGB (Red+Green+Blue) = 65+89+66=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #415942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415942 is #BEA6BD. Grayscale: #4F4F4F. Windows color (decimal): -12494526 or 4348225. OLE color: 4348225.

HSL color Cylindrical-coordinate representation of color #415942: hue angle of 122.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415942 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB658966-
CMYK0.2700.260.65
HSL122.5º15.58%30.2%-
HSV(B)122.5º26.97%34.9%-
XYZ6.748.666.47-
YUV79.2120.55117.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 66 (26.17% from 255) = 30%
R=29.55%
G=40.45%
B=30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589660.2700.260.65122.515.5830.2
Hex4159421B01A417a101e
Octal101131102330321011722036
Binary10000011011001100001011011011010100000111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415942; }

 p { color: rgb(65,89,66); }

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

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

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

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

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

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

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