#3A804A

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

Shades of Amazon #3A804A

Tints of Amazon #3A804A

Color information

#3A804A (or 0x3A804A) is unknown color: approx Amazon. HEX triplet: 3A, 80 and 4A. RGB value is (58,128,74). Sum of RGB (Red+Green+Blue) = 58+128+74=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #3A804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A804A is #C57FB5. Grayscale: #656565. Windows color (decimal): -12943286 or 4882490. OLE color: 4882490.

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

Color convert

RGB5812874-
CMYK0.5500.420.50
HSL133.71º37.63%36.47%-
HSV(B)133.71º54.69%50.2%-
XYZ10.716.839.16-
YUV100.91112.8197.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 128 (50.39% from 255) = 49.23%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=22.31%
G=49.23%
B=28.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128740.5500.420.50133.7137.6336.47
Hex3A804A3702A32862624
Octal7220011267052622064644
Binary111010100000001001010110111010101011001010000110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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