#3A8160

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

Shades of Amazon #3A8160

Tints of Amazon #3A8160

Color information

#3A8160 (or 0x3A8160) is unknown color: approx Amazon. HEX triplet: 3A, 81 and 60. RGB value is (58,129,96). Sum of RGB (Red+Green+Blue) = 58+129+96=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #3A8160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8160 is #C57E9F. Grayscale: #686868. Windows color (decimal): -12943008 or 6324538. OLE color: 6324538.

HSL color Cylindrical-coordinate representation of color #3A8160: hue angle of 152.11º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8160 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5812996-
CMYK0.5500.260.49
HSL152.11º37.97%36.67%-
HSV(B)152.11º55.04%50.59%-
XYZ11.7117.4413.82-
YUV104.01123.4895.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.49%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=20.49%
G=45.58%
B=33.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58129960.5500.260.49152.1137.9736.67
Hex3A81603701A31982625
Octal7220114067032612304645
Binary11101010000001110000011011101101011000110011000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,96); }

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

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

 a { background-color: rgb(58,129,96); }

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

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

 span { border-color: rgb(58,129,96); }

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