#3A7759

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

Shades of Amazon #3A7759

Tints of Amazon #3A7759

Color information

#3A7759 (or 0x3A7759) is unknown color: approx Amazon. HEX triplet: 3A, 77 and 59. RGB value is (58,119,89). Sum of RGB (Red+Green+Blue) = 58+119+89=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7759 is #C588A6. Grayscale: #616161. Windows color (decimal): -12945575 or 5863226. OLE color: 5863226.

HSL color Cylindrical-coordinate representation of color #3A7759: hue angle of 150.49º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7759 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB5811989-
CMYK0.5100.250.53
HSL150.49º34.46%34.71%-
HSV(B)150.49º51.26%46.67%-
XYZ10.1414.8111.78-
YUV97.34123.2999.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 89 (35.16% from 255) = 33.46%
R=21.80%
G=44.74%
B=33.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58119890.5100.250.53150.4934.4634.71
Hex3A77593301935962223
Octal7216713163031652264243
Binary1110101110111101100111001101100111010110010110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,89); }

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

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

 a { background-color: rgb(58,119,89); }

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

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

 span { border-color: rgb(58,119,89); }

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