#3A7D5C

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

Shades of Amazon #3A7D5C

Tints of Amazon #3A7D5C

Color information

#3A7D5C (or 0x3A7D5C) is unknown color: approx Amazon. HEX triplet: 3A, 7D and 5C. RGB value is (58,125,92). Sum of RGB (Red+Green+Blue) = 58+125+92=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7D5C is #C582A3. Grayscale: #656565. Windows color (decimal): -12944036 or 6061370. OLE color: 6061370.

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

Color convert

RGB5812592-
CMYK0.5400.260.51
HSL150.45º36.61%35.88%-
HSV(B)150.45º53.6%49.02%-
XYZ11.0116.3412.7-
YUV101.2122.897.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=21.09%
G=45.45%
B=33.45%

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
Decimal58125920.5400.260.51150.4536.6135.88
Hex3A7D5C3601A33962524
Octal7217513466032632264544
Binary1110101111101101110011011001101011001110010110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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