#3B8756

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

Shades of Amazon #3B8756

Tints of Amazon #3B8756

Color information

#3B8756 (or 0x3B8756) is unknown color: approx Amazon. HEX triplet: 3B, 87 and 56. RGB value is (59,135,86). Sum of RGB (Red+Green+Blue) = 59+135+86=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8756 is #C478A9. Grayscale: #6A6A6A. Windows color (decimal): -12875946 or 5670715. OLE color: 5670715.

HSL color Cylindrical-coordinate representation of color #3B8756: hue angle of 141.32º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B8756 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB5913586-
CMYK0.5600.360.47
HSL141.32º39.18%38.04%-
HSV(B)141.32º56.3%52.94%-
XYZ12.1518.9311.82-
YUV106.69116.3293.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 135 (53.12% from 255) = 48.21%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=21.07%
G=48.21%
B=30.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135860.5600.360.47141.3239.1838.04
Hex3B8756380242F8d2726
Octal7320712670044572154746
Binary111011100001111010110111000010010010111110001101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,135,86); }

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

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

 a { background-color: rgb(59,135,86); }

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

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

 span { border-color: rgb(59,135,86); }

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