#3a7f50

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

Shades of Amazon #3A7F50

Tints of Amazon #3A7F50

Color information

#3A7F50 (or 0x3A7F50) is unknown color: approx Amazon. HEX triplet: 3A, 7F and 50. RGB value is (58,127,80). Sum of RGB (Red+Green+Blue) = 58+127+80=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7F50 is #C580AF. Grayscale: #656565. Windows color (decimal): -12943536 or 5275450. OLE color: 5275450.

HSL color Cylindrical-coordinate representation of color #3A7F50: hue angle of 139.13º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A7F50 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB5812780-
CMYK0.5400.370.50
HSL139.13º37.3%36.27%-
HSV(B)139.13º54.33%49.8%-
XYZ10.7816.6610.24-
YUV101.01116.1497.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=21.89%
G=47.92%
B=30.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58127800.5400.370.50139.1337.336.27
Hex3A7F5036025328b2524
Octal7217712066045622134544
Binary11101011111111010000110110010010111001010001011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,80); }

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

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

 a { background-color: rgb(58,127,80); }

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

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

 span { border-color: rgb(58,127,80); }

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