#3C7357

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

Shades of Amazon #3C7357

Tints of Amazon #3C7357

Color information

#3C7357 (or 0x3C7357) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 57. RGB value is (60,115,87). Sum of RGB (Red+Green+Blue) = 60+115+87=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7357 is #C38CA8. Grayscale: #5F5F5F. Windows color (decimal): -12815529 or 5731132. OLE color: 5731132.

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

Color convert

RGB6011587-
CMYK0.4800.240.55
HSL149.45º31.43%34.31%-
HSV(B)149.45º47.83%45.1%-
XYZ9.7113.9111.19-
YUV95.36123.28102.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=22.90%
G=43.89%
B=33.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115870.4800.240.55149.4531.4334.31
Hex3C73573001837951f22
Octal7416312760030672253742
Binary111100111001110101111100000110001101111001010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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