#415C41

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

Shades of Grey-Asparagus #415C41

Tints of Grey-Asparagus #415C41

Color information

#415C41 (or 0x415C41) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 5C and 41. RGB value is (65,92,65). Sum of RGB (Red+Green+Blue) = 65+92+65=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #415C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C41 is #BEA3BE. Grayscale: #505050. Windows color (decimal): -12493759 or 4283457. OLE color: 4283457.

HSL color Cylindrical-coordinate representation of color #415C41: hue angle of 120º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C41 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB659265-
CMYK0.2900.290.64
HSL120º17.2%30.78%-
HSV(B)120º29.35%36.08%-
XYZ6.969.166.4-
YUV80.85119.05116.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 92 (36.33% from 255) = 41.44%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=29.28%
G=41.44%
B=29.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6592650.2900.290.6412017.230.78
Hex415C411D01D4078111f
Octal101134101350351001702137
Binary10000011011100100000111101011101100000011110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415C41; }

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

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

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

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

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

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

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

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