#41825E

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

Shades of Amazon #41825E

Tints of Amazon #41825E

Color information

#41825E (or 0x41825E) is unknown color: approx Amazon. HEX triplet: 41, 82 and 5E. RGB value is (65,130,94). Sum of RGB (Red+Green+Blue) = 65+130+94=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #41825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41825E is #BE7DA1. Grayscale: #6A6A6A. Windows color (decimal): -12484002 or 6193729. OLE color: 6193729.

HSL color Cylindrical-coordinate representation of color #41825E: hue angle of 146.77º 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 #41825E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB6513094-
CMYK0.5000.280.49
HSL146.77º33.33%38.24%-
HSV(B)146.77º50%50.98%-
XYZ12.1817.913.4-
YUV106.46120.9798.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=22.49%
G=44.98%
B=32.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130940.5000.280.49146.7733.3338.24
Hex41825E3201C31932126
Octal10120213662034612234146
Binary100000110000010101111011001001110011000110010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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