#3C8660

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

Shades of Amazon #3C8660

Tints of Amazon #3C8660

Color information

#3C8660 (or 0x3C8660) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 60. RGB value is (60,134,96). Sum of RGB (Red+Green+Blue) = 60+134+96=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8660 is #C3799F. Grayscale: #6B6B6B. Windows color (decimal): -12810656 or 6325820. OLE color: 6325820.

HSL color Cylindrical-coordinate representation of color #3C8660: hue angle of 149.19º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8660 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB6013496-
CMYK0.5500.280.47
HSL149.19º38.14%38.04%-
HSV(B)149.19º55.22%52.55%-
XYZ12.518.8614.05-
YUV107.54121.4894.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=20.69%
G=46.21%
B=33.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134960.5500.280.47149.1938.1438.04
Hex3C86603701C2F952626
Octal7420614067034572254646
Binary11110010000110110000011011101110010111110010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,96); }

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

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

 a { background-color: rgb(60,134,96); }

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

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

 span { border-color: rgb(60,134,96); }

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