#3C7C58

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

Shades of Amazon #3C7C58

Tints of Amazon #3C7C58

Color information

#3C7C58 (or 0x3C7C58) is unknown color: approx Amazon. HEX triplet: 3C, 7C and 58. RGB value is (60,124,88). Sum of RGB (Red+Green+Blue) = 60+124+88=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7C58 is #C383A7. Grayscale: #646464. Windows color (decimal): -12813224 or 5798972. OLE color: 5798972.

HSL color Cylindrical-coordinate representation of color #3C7C58: hue angle of 146.25º 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 #3C7C58 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB6012488-
CMYK0.5200.290.51
HSL146.25º34.78%36.08%-
HSV(B)146.25º51.61%48.63%-
XYZ10.8316.0811.77-
YUV100.76120.898.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=22.06%
G=45.59%
B=32.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60124880.5200.290.51146.2534.7836.08
Hex3C7C583401D33922324
Octal7417413064035632224344
Binary1111001111100101100011010001110111001110010010100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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