#3E7352

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

Shades of Amazon #3E7352

Tints of Amazon #3E7352

Color information

#3E7352 (or 0x3E7352) is unknown color: approx Amazon. HEX triplet: 3E, 73 and 52. RGB value is (62,115,82). Sum of RGB (Red+Green+Blue) = 62+115+82=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #3E7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7352 is #C18CAD. Grayscale: #5F5F5F. Windows color (decimal): -12684462 or 5403454. OLE color: 5403454.

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

Color convert

RGB6211582-
CMYK0.4600.290.55
HSL142.64º29.94%34.71%-
HSV(B)142.64º46.09%45.1%-
XYZ9.6413.8910.16-
YUV95.39120.44104.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.94%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=23.94%
G=44.40%
B=31.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62115820.4600.290.55142.6429.9434.71
Hex3E73522E01D378f1e23
Octal7616312256035672173643
Binary111110111001110100101011100111011101111000111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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