#40865C

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

Shades of Amazon #40865C

Tints of Amazon #40865C

Color information

#40865C (or 0x40865C) is unknown color: approx Amazon. HEX triplet: 40, 86 and 5C. RGB value is (64,134,92). Sum of RGB (Red+Green+Blue) = 64+134+92=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #40865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40865C is #BF79A3. Grayscale: #6C6C6C. Windows color (decimal): -12548516 or 6063680. OLE color: 6063680.

HSL color Cylindrical-coordinate representation of color #40865C: hue angle of 144º 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 #40865C is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6413492-
CMYK0.5200.310.47
HSL144º35.35%38.82%-
HSV(B)144º52.24%52.55%-
XYZ12.5718.9113.11-
YUV108.28118.8196.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=22.07%
G=46.21%
B=31.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134920.5200.310.4714435.3538.82
Hex40865C3401F2F902327
Octal10020613464037572204347
Binary100000010000110101110011010001111110111110010000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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