#40865D

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

Shades of Amazon #40865D

Tints of Amazon #40865D

Color information

#40865D (or 0x40865D) is unknown color: approx Amazon. HEX triplet: 40, 86 and 5D. RGB value is (64,134,93). Sum of RGB (Red+Green+Blue) = 64+134+93=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #40865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40865D is #BF79A2. Grayscale: #6C6C6C. Windows color (decimal): -12548515 or 6129216. OLE color: 6129216.

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

Color convert

RGB6413493-
CMYK0.5200.310.47
HSL144.86º35.35%38.82%-
HSV(B)144.86º52.24%52.55%-
XYZ12.6218.9313.34-
YUV108.4119.3196.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=21.99%
G=46.05%
B=31.96%

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
Decimal64134930.5200.310.47144.8635.3538.82
Hex40865D3401F2F912327
Octal10020613564037572214347
Binary100000010000110101110111010001111110111110010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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