#41825D

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

Shades of Amazon #41825D

Tints of Amazon #41825D

Color information

#41825D (or 0x41825D) is unknown color: approx Amazon. HEX triplet: 41, 82 and 5D. RGB value is (65,130,93). Sum of RGB (Red+Green+Blue) = 65+130+93=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #41825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41825D is #BE7DA2. Grayscale: #6A6A6A. Windows color (decimal): -12484003 or 6128193. OLE color: 6128193.

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

Color convert

RGB6513093-
CMYK0.5000.280.49
HSL145.85º33.33%38.24%-
HSV(B)145.85º50%50.98%-
XYZ12.1417.8813.17-
YUV106.35120.4798.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.57%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=22.57%
G=45.14%
B=32.29%

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
Decimal65130930.5000.280.49145.8533.3338.24
Hex41825D3201C31922126
Octal10120213562034612224146
Binary100000110000010101110111001001110011000110010010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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