#3B804F

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

Shades of Amazon #3B804F

Tints of Amazon #3B804F

Color information

#3B804F (or 0x3B804F) is unknown color: approx Amazon. HEX triplet: 3B, 80 and 4F. RGB value is (59,128,79). Sum of RGB (Red+Green+Blue) = 59+128+79=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #3B804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B804F is #C47FB0. Grayscale: #656565. Windows color (decimal): -12877745 or 5210171. OLE color: 5210171.

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

Color convert

RGB5912879-
CMYK0.5400.380.50
HSL137.39º36.9%36.67%-
HSV(B)137.39º53.91%50.2%-
XYZ10.9316.9310.09-
YUV101.78115.1497.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.18%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=22.18%
G=48.12%
B=29.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59128790.5400.380.50137.3936.936.67
Hex3B804F3602632892525
Octal7320011766046622114545
Binary111011100000001001111110110010011011001010001001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,128,79); }

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

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

 a { background-color: rgb(59,128,79); }

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

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

 span { border-color: rgb(59,128,79); }

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