#3C864E

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

Shades of Amazon #3C864E

Tints of Amazon #3C864E

Color information

#3C864E (or 0x3C864E) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 4E. RGB value is (60,134,78). Sum of RGB (Red+Green+Blue) = 60+134+78=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #3C864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C864E is #C379B1. Grayscale: #696969. Windows color (decimal): -12810674 or 5146172. OLE color: 5146172.

HSL color Cylindrical-coordinate representation of color #3C864E: hue angle of 134.59º 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 #3C864E is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB6013478-
CMYK0.5500.420.47
HSL134.59º38.14%38.04%-
HSV(B)134.59º55.22%52.55%-
XYZ11.7618.5610.17-
YUV105.49112.4895.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 134 (52.73% from 255) = 49.26%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=22.06%
G=49.26%
B=28.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134780.5500.420.47134.5938.1438.04
Hex3C864E3702A2F872626
Octal7420611667052572074646
Binary111100100001101001110110111010101010111110000111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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