#3C7E58

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

Shades of Amazon #3C7E58

Tints of Amazon #3C7E58

Color information

#3C7E58 (or 0x3C7E58) is unknown color: approx Amazon. HEX triplet: 3C, 7E and 58. RGB value is (60,126,88). Sum of RGB (Red+Green+Blue) = 60+126+88=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #3C7E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7E58 is #C381A7. Grayscale: #666666. Windows color (decimal): -12812712 or 5799484. OLE color: 5799484.

HSL color Cylindrical-coordinate representation of color #3C7E58: hue angle of 145.45º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C7E58 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB6012688-
CMYK0.5200.300.51
HSL145.45º35.48%36.47%-
HSV(B)145.45º52.38%49.41%-
XYZ11.0916.5911.85-
YUV101.93120.1398.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=21.90%
G=45.99%
B=32.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60126880.5200.300.51145.4535.4836.47
Hex3C7E583401E33912324
Octal7417613064036632214344
Binary1111001111110101100011010001111011001110010001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,88); }

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

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

 a { background-color: rgb(60,126,88); }

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

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

 span { border-color: rgb(60,126,88); }

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