#3E785C

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

Shades of Amazon #3E785C

Tints of Amazon #3E785C

Color information

#3E785C (or 0x3E785C) is unknown color: approx Amazon. HEX triplet: 3E, 78 and 5C. RGB value is (62,120,92). Sum of RGB (Red+Green+Blue) = 62+120+92=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3E785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E785C is #C187A3. Grayscale: #636363. Windows color (decimal): -12683172 or 6060094. OLE color: 6060094.

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

Color convert

RGB6212092-
CMYK0.4800.230.53
HSL151.03º31.87%35.69%-
HSV(B)151.03º48.33%47.06%-
XYZ10.6315.2312.5-
YUV99.47123.78101.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.63%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=22.63%
G=43.80%
B=33.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62120920.4800.230.53151.0331.8735.69
Hex3E785C3001735972024
Octal7617013460027652274044
Binary1111101111000101110011000001011111010110010111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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