#3C8457

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

Shades of Amazon #3C8457

Tints of Amazon #3C8457

Color information

#3C8457 (or 0x3C8457) is unknown color: approx Amazon. HEX triplet: 3C, 84 and 57. RGB value is (60,132,87). Sum of RGB (Red+Green+Blue) = 60+132+87=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8457 is #C37BA8. Grayscale: #696969. Windows color (decimal): -12811177 or 5735484. OLE color: 5735484.

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

Color convert

RGB6013287-
CMYK0.5500.340.48
HSL142.5º37.5%37.65%-
HSV(B)142.5º54.55%51.76%-
XYZ11.8418.1511.9-
YUV105.34117.6595.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.51%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=21.51%
G=47.31%
B=31.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132870.5500.340.48142.537.537.65
Hex3C845737022308e2626
Octal7420412767042602164646
Binary111100100001001010111110111010001011000010001110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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