#3E785A

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

Shades of Amazon #3E785A

Tints of Amazon #3E785A

Color information

#3E785A (or 0x3E785A) is unknown color: approx Amazon. HEX triplet: 3E, 78 and 5A. RGB value is (62,120,90). Sum of RGB (Red+Green+Blue) = 62+120+90=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #3E785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E785A is #C187A5. Grayscale: #636363. Windows color (decimal): -12683174 or 5929022. OLE color: 5929022.

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

Color convert

RGB6212090-
CMYK0.4800.250.53
HSL148.97º31.87%35.69%-
HSV(B)148.97º48.33%47.06%-
XYZ10.5515.212.05-
YUV99.24122.78101.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=22.79%
G=44.12%
B=33.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62120900.4800.250.53148.9731.8735.69
Hex3E785A3001935952024
Octal7617013260031652254044
Binary1111101111000101101011000001100111010110010101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,120,90); }

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

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

 a { background-color: rgb(62,120,90); }

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

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

 span { border-color: rgb(62,120,90); }

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