#3C7157

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

Shades of Amazon #3C7157

Tints of Amazon #3C7157

Color information

#3C7157 (or 0x3C7157) is unknown color: approx Amazon. HEX triplet: 3C, 71 and 57. RGB value is (60,113,87). Sum of RGB (Red+Green+Blue) = 60+113+87=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7157 is #C38EA8. Grayscale: #5E5E5E. Windows color (decimal): -12816041 or 5730620. OLE color: 5730620.

HSL color Cylindrical-coordinate representation of color #3C7157: hue angle of 150.57º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7157 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6011387-
CMYK0.4700.230.56
HSL150.57º30.64%33.92%-
HSV(B)150.57º46.9%44.31%-
XYZ9.4913.4611.11-
YUV94.19123.94103.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=23.08%
G=43.46%
B=33.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60113870.4700.230.56150.5730.6433.92
Hex3C71572F01738971f22
Octal7416112757027702273742
Binary111100111000110101111011110101111110001001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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