#3E7052

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

Shades of Amazon #3E7052

Tints of Amazon #3E7052

Color information

#3E7052 (or 0x3E7052) is unknown color: approx Amazon. HEX triplet: 3E, 70 and 52. RGB value is (62,112,82). Sum of RGB (Red+Green+Blue) = 62+112+82=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7052 is #C18FAD. Grayscale: #5D5D5D. Windows color (decimal): -12685230 or 5402686. OLE color: 5402686.

HSL color Cylindrical-coordinate representation of color #3E7052: hue angle of 144º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7052 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB6211282-
CMYK0.4500.270.56
HSL144º28.74%34.12%-
HSV(B)144º44.64%43.92%-
XYZ9.313.2210.04-
YUV93.63121.44105.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=24.22%
G=43.75%
B=32.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112820.4500.270.5614428.7434.12
Hex3E70522D01B38901d22
Octal7616012255033702203542
Binary111110111000010100101011010110111110001001000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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