#415241

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

Shades of Grey-Asparagus #415241

Tints of Grey-Asparagus #415241

Color information

#415241 (or 0x415241) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 52 and 41. RGB value is (65,82,65). Sum of RGB (Red+Green+Blue) = 65+82+65=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #415241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415241 is #BEADBE. Grayscale: #4B4B4B. Windows color (decimal): -12496319 or 4280897. OLE color: 4280897.

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

Color convert

RGB658265-
CMYK0.2100.210.68
HSL120º11.56%28.82%-
HSV(B)120º20.73%32.16%-
XYZ6.157.546.13-
YUV74.98122.37120.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=30.66%
G=38.68%
B=30.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582650.2100.210.6812011.5628.82
Hex415241150154478c1d
Octal101122101250251041701435
Binary1000001101001010000011010101010110001001111000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415241; }

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

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

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

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

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

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

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

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