#3A804B

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

Shades of Amazon #3A804B

Tints of Amazon #3A804B

Color information

#3A804B (or 0x3A804B) is unknown color: approx Amazon. HEX triplet: 3A, 80 and 4B. RGB value is (58,128,75). Sum of RGB (Red+Green+Blue) = 58+128+75=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #3A804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A804B is #C57FB4. Grayscale: #656565. Windows color (decimal): -12943285 or 4948026. OLE color: 4948026.

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

Color convert

RGB5812875-
CMYK0.5500.410.50
HSL134.57º37.63%36.47%-
HSV(B)134.57º54.69%50.2%-
XYZ10.7316.859.34-
YUV101.03113.3197.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 128 (50.39% from 255) = 49.04%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=22.22%
G=49.04%
B=28.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58128750.5500.410.50134.5737.6336.47
Hex3A804B3702932872624
Octal7220011367051622074644
Binary111010100000001001011110111010100111001010000111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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