#3A7E5D

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

Shades of Amazon #3A7E5D

Tints of Amazon #3A7E5D

Color information

#3A7E5D (or 0x3A7E5D) is unknown color: approx Amazon. HEX triplet: 3A, 7E and 5D. RGB value is (58,126,93). Sum of RGB (Red+Green+Blue) = 58+126+93=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #3A7E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7E5D is #C581A2. Grayscale: #656565. Windows color (decimal): -12943779 or 6127162. OLE color: 6127162.

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

Color convert

RGB5812693-
CMYK0.5400.260.51
HSL150.88º36.96%36.08%-
HSV(B)150.88º53.97%49.41%-
XYZ11.1816.6112.97-
YUV101.91122.9796.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=20.94%
G=45.49%
B=33.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58126930.5400.260.51150.8836.9636.08
Hex3A7E5D3601A33972524
Octal7217613566032632274544
Binary1110101111110101110111011001101011001110010111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,93); }

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

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

 a { background-color: rgb(58,126,93); }

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

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

 span { border-color: rgb(58,126,93); }

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