#40825E

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

Shades of Amazon #40825E

Tints of Amazon #40825E

Color information

#40825E (or 0x40825E) is unknown color: approx Amazon. HEX triplet: 40, 82 and 5E. RGB value is (64,130,94). Sum of RGB (Red+Green+Blue) = 64+130+94=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #40825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40825E is #BF7DA1. Grayscale: #6A6A6A. Windows color (decimal): -12549538 or 6193728. OLE color: 6193728.

HSL color Cylindrical-coordinate representation of color #40825E: hue angle of 147.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40825E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB6413094-
CMYK0.5100.280.49
HSL147.27º34.02%38.04%-
HSV(B)147.27º50.77%50.98%-
XYZ12.1217.8613.4-
YUV106.16121.1397.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=22.22%
G=45.14%
B=32.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130940.5100.280.49147.2734.0238.04
Hex40825E3301C31932226
Octal10020213663034612234246
Binary100000010000010101111011001101110011000110010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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