#40835E

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

Shades of Amazon #40835E

Tints of Amazon #40835E

Color information

#40835E (or 0x40835E) is unknown color: approx Amazon. HEX triplet: 40, 83 and 5E. RGB value is (64,131,94). Sum of RGB (Red+Green+Blue) = 64+131+94=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #40835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40835E is #BF7CA1. Grayscale: #6A6A6A. Windows color (decimal): -12549282 or 6193984. OLE color: 6193984.

HSL color Cylindrical-coordinate representation of color #40835E: hue angle of 146.87º 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 #40835E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB6413194-
CMYK0.5100.280.49
HSL146.87º34.36%38.24%-
HSV(B)146.87º51.15%51.37%-
XYZ12.2518.1313.44-
YUV106.75120.897.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=22.15%
G=45.33%
B=32.53%

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
Decimal64131940.5100.280.49146.8734.3638.24
Hex40835E3301C31932226
Octal10020313663034612234246
Binary100000010000011101111011001101110011000110010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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