#3C7857

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

Shades of Amazon #3C7857

Tints of Amazon #3C7857

Color information

#3C7857 (or 0x3C7857) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 57. RGB value is (60,120,87). Sum of RGB (Red+Green+Blue) = 60+120+87=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7857 is #C387A8. Grayscale: #626262. Windows color (decimal): -12814249 or 5732412. OLE color: 5732412.

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

Color convert

RGB6012087-
CMYK0.500.280.53
HSL147º33.33%35.29%-
HSV(B)147º50%47.06%-
XYZ10.315.0811.39-
YUV98.3121.62100.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=22.47%
G=44.94%
B=32.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120870.500.280.5314733.3335.29
Hex3C78573201C35932123
Octal7417012762034652234143
Binary1111001111000101011111001001110011010110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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