#3E7056

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

Shades of Amazon #3E7056

Tints of Amazon #3E7056

Color information

#3E7056 (or 0x3E7056) is unknown color: approx Amazon. HEX triplet: 3E, 70 and 56. RGB value is (62,112,86). Sum of RGB (Red+Green+Blue) = 62+112+86=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #3E7056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7056 is #C18FA9. Grayscale: #5E5E5E. Windows color (decimal): -12685226 or 5664830. OLE color: 5664830.

HSL color Cylindrical-coordinate representation of color #3E7056: hue angle of 148.8º 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 #3E7056 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6211286-
CMYK0.4500.230.56
HSL148.8º28.74%34.12%-
HSV(B)148.8º44.64%43.92%-
XYZ9.4613.2810.87-
YUV94.09123.44105.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.85%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=23.85%
G=43.08%
B=33.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62112860.4500.230.56148.828.7434.12
Hex3E70562D01738951d22
Octal7616012655027702253542
Binary111110111000010101101011010101111110001001010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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