#3a7557

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

Shades of Amazon #3A7557

Tints of Amazon #3A7557

Color information

#3A7557 (or 0x3A7557) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 57. RGB value is (58,117,87). Sum of RGB (Red+Green+Blue) = 58+117+87=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7557 is #C58AA8. Grayscale: #606060. Windows color (decimal): -12946089 or 5731642. OLE color: 5731642.

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

Color convert

RGB5811787-
CMYK0.5000.260.54
HSL149.49º33.71%34.31%-
HSV(B)149.49º50.43%45.88%-
XYZ9.8314.3111.26-
YUV95.94122.95100.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=22.14%
G=44.66%
B=33.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58117870.5000.260.54149.4933.7134.31
Hex3A75573201A36952222
Octal7216512762032662254242
Binary1110101110101101011111001001101011011010010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a7557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,87); }

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

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

 a { background-color: rgb(58,117,87); }

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

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

 span { border-color: rgb(58,117,87); }

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