#3A7D5E

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

Shades of Amazon #3A7D5E

Tints of Amazon #3A7D5E

Color information

#3A7D5E (or 0x3A7D5E) is unknown color: approx Amazon. HEX triplet: 3A, 7D and 5E. RGB value is (58,125,94). Sum of RGB (Red+Green+Blue) = 58+125+94=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7D5E is #C582A1. Grayscale: #656565. Windows color (decimal): -12944034 or 6192442. OLE color: 6192442.

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

Color convert

RGB5812594-
CMYK0.5400.250.51
HSL152.24º36.61%35.88%-
HSV(B)152.24º53.6%49.02%-
XYZ11.116.3713.17-
YUV101.43123.897.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=20.94%
G=45.13%
B=33.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58125940.5400.250.51152.2436.6135.88
Hex3A7D5E3601933982524
Octal7217513666031632304544
Binary1110101111101101111011011001100111001110011000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,125,94); }

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

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

 a { background-color: rgb(58,125,94); }

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

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

 span { border-color: rgb(58,125,94); }

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