#3E7756

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

Shades of Amazon #3E7756

Tints of Amazon #3E7756

Color information

#3E7756 (or 0x3E7756) is unknown color: approx Amazon. HEX triplet: 3E, 77 and 56. RGB value is (62,119,86). Sum of RGB (Red+Green+Blue) = 62+119+86=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7756 is #C188A9. Grayscale: #626262. Windows color (decimal): -12683434 or 5666622. OLE color: 5666622.

HSL color Cylindrical-coordinate representation of color #3E7756: hue angle of 145.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7756 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB6211986-
CMYK0.4800.280.53
HSL145.26º31.49%35.49%-
HSV(B)145.26º47.9%46.67%-
XYZ10.2614.8911.14-
YUV98.2121.12102.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 86 (33.98% from 255) = 32.21%
R=23.22%
G=44.57%
B=32.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62119860.4800.280.53145.2631.4935.49
Hex3E77563001C35911f23
Octal7616712660034652213743
Binary111110111011110101101100000111001101011001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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