#3C7859

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

Shades of Amazon #3C7859

Tints of Amazon #3C7859

Color information

#3C7859 (or 0x3C7859) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 59. RGB value is (60,120,89). Sum of RGB (Red+Green+Blue) = 60+120+89=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7859 is #C387A6. Grayscale: #626262. Windows color (decimal): -12814247 or 5863484. OLE color: 5863484.

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

Color convert

RGB6012089-
CMYK0.500.260.53
HSL149º33.33%35.29%-
HSV(B)149º50%47.06%-
XYZ10.3815.1111.82-
YUV98.53122.62100.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=22.30%
G=44.61%
B=33.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120890.500.260.5314933.3335.29
Hex3C78593201A35952123
Octal7417013162032652254143
Binary1111001111000101100111001001101011010110010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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