#3A7350

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

Shades of Amazon #3A7350

Tints of Amazon #3A7350

Color information

#3A7350 (or 0x3A7350) is unknown color: approx Amazon. HEX triplet: 3A, 73 and 50. RGB value is (58,115,80). Sum of RGB (Red+Green+Blue) = 58+115+80=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7350 is #C58CAF. Grayscale: #5E5E5E. Windows color (decimal): -12946608 or 5272378. OLE color: 5272378.

HSL color Cylindrical-coordinate representation of color #3A7350: hue angle of 143.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7350 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB5811580-
CMYK0.5000.300.55
HSL143.16º32.95%33.92%-
HSV(B)143.16º49.57%45.1%-
XYZ9.3213.749.75-
YUV93.97120.12102.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 115 (45.31% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=22.92%
G=45.45%
B=31.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115800.5000.300.55143.1632.9533.92
Hex3A73503201E378f2122
Octal7216312062036672174142
Binary1110101110011101000011001001111011011110001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,80); }

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

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

 a { background-color: rgb(58,115,80); }

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

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

 span { border-color: rgb(58,115,80); }

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