#3E785D

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

Shades of Amazon #3E785D

Tints of Amazon #3E785D

Color information

#3E785D (or 0x3E785D) is unknown color: approx Amazon. HEX triplet: 3E, 78 and 5D. RGB value is (62,120,93). Sum of RGB (Red+Green+Blue) = 62+120+93=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #3E785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E785D is #C187A2. Grayscale: #636363. Windows color (decimal): -12683171 or 6125630. OLE color: 6125630.

HSL color Cylindrical-coordinate representation of color #3E785D: hue angle of 152.07º 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 #3E785D is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB6212093-
CMYK0.4800.220.53
HSL152.07º31.87%35.69%-
HSV(B)152.07º48.33%47.06%-
XYZ10.6815.2512.74-
YUV99.58124.28101.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=22.55%
G=43.64%
B=33.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62120930.4800.220.53152.0731.8735.69
Hex3E785D3001635982024
Octal7617013560026652304044
Binary1111101111000101110111000001011011010110011000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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