#3A7556

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

Shades of Amazon #3A7556

Tints of Amazon #3A7556

Color information

#3A7556 (or 0x3A7556) is unknown color: approx Amazon. HEX triplet: 3A, 75 and 56. RGB value is (58,117,86). Sum of RGB (Red+Green+Blue) = 58+117+86=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7556 is #C58AA9. Grayscale: #5F5F5F. Windows color (decimal): -12946090 or 5666106. OLE color: 5666106.

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

Color convert

RGB5811786-
CMYK0.5000.260.54
HSL148.47º33.71%34.31%-
HSV(B)148.47º50.43%45.88%-
XYZ9.7914.2911.05-
YUV95.82122.45101.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=22.22%
G=44.83%
B=32.95%

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
Decimal58117860.5000.260.54148.4733.7134.31
Hex3A75563201A36942222
Octal7216512662032662244242
Binary1110101110101101011011001001101011011010010100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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