#3C785E

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

Shades of Amazon #3C785E

Tints of Amazon #3C785E

Color information

#3C785E (or 0x3C785E) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 5E. RGB value is (60,120,94). Sum of RGB (Red+Green+Blue) = 60+120+94=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3C785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C785E is #C387A1. Grayscale: #636363. Windows color (decimal): -12814242 or 6191164. OLE color: 6191164.

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

Color convert

RGB6012094-
CMYK0.500.220.53
HSL154º33.33%35.29%-
HSV(B)154º50%47.06%-
XYZ10.615.212.97-
YUV99.1125.12100.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=21.90%
G=43.80%
B=34.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120940.500.220.5315433.3335.29
Hex3C785E32016359a2123
Octal7417013662026652324143
Binary1111001111000101111011001001011011010110011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,94); }

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

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

 a { background-color: rgb(60,120,94); }

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

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

 span { border-color: rgb(60,120,94); }

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