#41523E

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

Shades of Grey-Asparagus #41523E

Tints of Grey-Asparagus #41523E

Color information

#41523E (or 0x41523E) is unknown color: approx Grey-Asparagus. HEX triplet: 41, 52 and 3E. RGB value is (65,82,62). Sum of RGB (Red+Green+Blue) = 65+82+62=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #41523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41523E is #BEADC1. Grayscale: #4A4A4A. Windows color (decimal): -12496322 or 4084289. OLE color: 4084289.

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

Color convert

RGB658262-
CMYK0.2100.240.68
HSL111º13.89%28.24%-
HSV(B)111º24.39%32.16%-
XYZ6.077.515.69-
YUV74.64120.87121.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=31.10%
G=39.23%
B=29.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6582620.2100.240.6811113.8928.24
Hex41523E15018446fe1c
Octal10112276250301041571634
Binary100000110100101111101010101100010001001101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41523E; }

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

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

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

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

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

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

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

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