#3A8260

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

Shades of Amazon #3A8260

Tints of Amazon #3A8260

Color information

#3A8260 (or 0x3A8260) is unknown color: approx Amazon. HEX triplet: 3A, 82 and 60. RGB value is (58,130,96). Sum of RGB (Red+Green+Blue) = 58+130+96=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #3A8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8260 is #C57D9F. Grayscale: #686868. Windows color (decimal): -12942752 or 6324794. OLE color: 6324794.

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

Color convert

RGB5813096-
CMYK0.5500.260.49
HSL151.67º38.3%36.86%-
HSV(B)151.67º55.38%50.98%-
XYZ11.8417.7113.86-
YUV104.6123.1594.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=20.42%
G=45.77%
B=33.80%

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
Decimal58130960.5500.260.49151.6738.336.86
Hex3A82603701A31982625
Octal7220214067032612304645
Binary11101010000010110000011011101101011000110011000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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