#40865B

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

Shades of Amazon #40865B

Tints of Amazon #40865B

Color information

#40865B (or 0x40865B) is unknown color: approx Amazon. HEX triplet: 40, 86 and 5B. RGB value is (64,134,91). Sum of RGB (Red+Green+Blue) = 64+134+91=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #40865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40865B is #BF79A4. Grayscale: #6C6C6C. Windows color (decimal): -12548517 or 5998144. OLE color: 5998144.

HSL color Cylindrical-coordinate representation of color #40865B: hue angle of 143.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40865B is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6413491-
CMYK0.5200.320.47
HSL143.14º35.35%38.82%-
HSV(B)143.14º52.24%52.55%-
XYZ12.5318.912.88-
YUV108.17118.3196.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=22.15%
G=46.37%
B=31.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134910.5200.320.47143.1435.3538.82
Hex40865B340202F8f2327
Octal10020613364040572174347
Binary1000000100001101011011110100010000010111110001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40865B; }

 p { color: rgb(64,134,91); }

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

<style>
 a { background-color: #40865B; }

 a { background-color: rgb(64,134,91); }

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

<style>
 span { border-color: #40865B; }

 span { border-color: rgb(64,134,91); }

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