#3A8057

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

Shades of Amazon #3A8057

Tints of Amazon #3A8057

Color information

#3A8057 (or 0x3A8057) is unknown color: approx Amazon. HEX triplet: 3A, 80 and 57. RGB value is (58,128,87). Sum of RGB (Red+Green+Blue) = 58+128+87=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8057 is #C57FA8. Grayscale: #666666. Windows color (decimal): -12943273 or 5734458. OLE color: 5734458.

HSL color Cylindrical-coordinate representation of color #3A8057: hue angle of 144.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8057 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB5812887-
CMYK0.5500.320.50
HSL144.86º37.63%36.47%-
HSV(B)144.86º54.69%50.2%-
XYZ11.1817.0311.71-
YUV102.4119.3196.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=21.25%
G=46.89%
B=31.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128870.5500.320.50144.8637.6336.47
Hex3A80573702032912624
Octal7220012767040622214644
Binary111010100000001010111110111010000011001010010001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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