#40815F

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

Shades of Amazon #40815F

Tints of Amazon #40815F

Color information

#40815F (or 0x40815F) is unknown color: approx Amazon. HEX triplet: 40, 81 and 5F. RGB value is (64,129,95). Sum of RGB (Red+Green+Blue) = 64+129+95=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #40815F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40815F is #BF7EA0. Grayscale: #696969. Windows color (decimal): -12549793 or 6259008. OLE color: 6259008.

HSL color Cylindrical-coordinate representation of color #40815F: hue angle of 148.62º degrees, saturation: 0.34, 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 #40815F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB6412995-
CMYK0.5000.260.49
HSL148.62º33.68%37.84%-
HSV(B)148.62º50.39%50.59%-
XYZ12.0317.6213.59-
YUV105.69121.9798.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=22.22%
G=44.79%
B=32.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64129950.5000.260.49148.6233.6837.84
Hex40815F3201A31952226
Octal10020113762032612254246
Binary100000010000001101111111001001101011000110010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40815F; }

 p { color: rgb(64,129,95); }

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

<style>
 a { background-color: #40815F; }

 a { background-color: rgb(64,129,95); }

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

<style>
 span { border-color: #40815F; }

 span { border-color: rgb(64,129,95); }

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