#3C8654

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

Shades of Amazon #3C8654

Tints of Amazon #3C8654

Color information

#3C8654 (or 0x3C8654) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 54. RGB value is (60,134,84). Sum of RGB (Red+Green+Blue) = 60+134+84=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8654 is #C379AB. Grayscale: #6A6A6A. Windows color (decimal): -12810668 or 5539388. OLE color: 5539388.

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

Color convert

RGB6013484-
CMYK0.5500.370.47
HSL139.46º38.14%38.04%-
HSV(B)139.46º55.22%52.55%-
XYZ11.9918.6511.36-
YUV106.17115.4895.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 84 (33.20% from 255) = 30.22%
R=21.58%
G=48.20%
B=30.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134840.5500.370.47139.4638.1438.04
Hex3C8654370252F8b2626
Octal7420612467045572134646
Binary111100100001101010100110111010010110111110001011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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