#3E7354

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

Shades of Amazon #3E7354

Tints of Amazon #3E7354

Color information

#3E7354 (or 0x3E7354) is unknown color: approx Amazon. HEX triplet: 3E, 73 and 54. RGB value is (62,115,84). Sum of RGB (Red+Green+Blue) = 62+115+84=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7354 is #C18CAB. Grayscale: #5F5F5F. Windows color (decimal): -12684460 or 5534526. OLE color: 5534526.

HSL color Cylindrical-coordinate representation of color #3E7354: hue angle of 144.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E7354 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB6211584-
CMYK0.4600.270.55
HSL144.91º29.94%34.71%-
HSV(B)144.91º46.09%45.1%-
XYZ9.7213.9310.56-
YUV95.62121.44104.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=23.75%
G=44.06%
B=32.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62115840.4600.270.55144.9129.9434.71
Hex3E73542E01B37911e23
Octal7616312456033672213643
Binary111110111001110101001011100110111101111001000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,115,84); }

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

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

 a { background-color: rgb(62,115,84); }

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

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

 span { border-color: rgb(62,115,84); }

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