#41825C

Color #41825C Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #41825C

Tints of Amazon #41825C

Color information

#41825C (or 0x41825C) is unknown color: approx Amazon. HEX triplet: 41, 82 and 5C. RGB value is (65,130,92). Sum of RGB (Red+Green+Blue) = 65+130+92=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #41825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41825C is #BE7DA3. Grayscale: #6A6A6A. Windows color (decimal): -12484004 or 6062657. OLE color: 6062657.

HSL color Cylindrical-coordinate representation of color #41825C: hue angle of 144.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41825C is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB6513092-
CMYK0.5000.290.49
HSL144.92º33.33%38.24%-
HSV(B)144.92º50%50.98%-
XYZ12.0917.8612.94-
YUV106.23119.9798.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=22.65%
G=45.30%
B=32.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130920.5000.290.49144.9233.3338.24
Hex41825C3201D31912126
Octal10120213462035612214146
Binary100000110000010101110011001001110111000110010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41825C; }

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

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

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

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

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

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

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

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