#3E7350

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

Shades of Amazon #3E7350

Tints of Amazon #3E7350

Color information

#3E7350 (or 0x3E7350) is unknown color: approx Amazon. HEX triplet: 3E, 73 and 50. RGB value is (62,115,80). Sum of RGB (Red+Green+Blue) = 62+115+80=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7350 is #C18CAF. Grayscale: #5F5F5F. Windows color (decimal): -12684464 or 5272382. OLE color: 5272382.

HSL color Cylindrical-coordinate representation of color #3E7350: hue angle of 140.38º 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 #3E7350 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB6211580-
CMYK0.4600.300.55
HSL140.38º29.94%34.71%-
HSV(B)140.38º46.09%45.1%-
XYZ9.5713.869.76-
YUV95.16119.44104.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=24.12%
G=44.75%
B=31.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62115800.4600.300.55140.3829.9434.71
Hex3E73502E01E378c1e23
Octal7616312056036672143643
Binary111110111001110100001011100111101101111000110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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