#3C8454

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

Shades of Amazon #3C8454

Tints of Amazon #3C8454

Color information

#3C8454 (or 0x3C8454) is unknown color: approx Amazon. HEX triplet: 3C, 84 and 54. RGB value is (60,132,84). Sum of RGB (Red+Green+Blue) = 60+132+84=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8454 is #C37BAB. Grayscale: #696969. Windows color (decimal): -12811180 or 5538876. OLE color: 5538876.

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

Color convert

RGB6013284-
CMYK0.5500.360.48
HSL140º37.5%37.65%-
HSV(B)140º54.55%51.76%-
XYZ11.7118.111.26-
YUV105116.1595.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 84 (33.20% from 255) = 30.43%
R=21.74%
G=47.83%
B=30.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132840.5500.360.4814037.537.65
Hex3C845437024308c2626
Octal7420412467044602144646
Binary111100100001001010100110111010010011000010001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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