#3E865A

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

Shades of Amazon #3E865A

Tints of Amazon #3E865A

Color information

#3E865A (or 0x3E865A) is unknown color: approx Amazon. HEX triplet: 3E, 86 and 5A. RGB value is (62,134,90). Sum of RGB (Red+Green+Blue) = 62+134+90=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #3E865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E865A is #C179A5. Grayscale: #6B6B6B. Windows color (decimal): -12679590 or 5932606. OLE color: 5932606.

HSL color Cylindrical-coordinate representation of color #3E865A: hue angle of 143.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E865A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB6213490-
CMYK0.5400.330.47
HSL143.33º36.73%38.43%-
HSV(B)143.33º53.73%52.55%-
XYZ12.3618.8112.65-
YUV107.46118.1595.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=21.68%
G=46.85%
B=31.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62134900.5400.330.47143.3336.7338.43
Hex3E865A360212F8f2526
Octal7620613266041572174546
Binary111110100001101011010110110010000110111110001111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E865A; }

 p { color: rgb(62,134,90); }

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

<style>
 a { background-color: #3E865A; }

 a { background-color: rgb(62,134,90); }

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

<style>
 span { border-color: #3E865A; }

 span { border-color: rgb(62,134,90); }

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