#3B8755

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

Shades of Amazon #3B8755

Tints of Amazon #3B8755

Color information

#3B8755 (or 0x3B8755) is unknown color: approx Amazon. HEX triplet: 3B, 87 and 55. RGB value is (59,135,85). Sum of RGB (Red+Green+Blue) = 59+135+85=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #3B8755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8755 is #C478AA. Grayscale: #6A6A6A. Windows color (decimal): -12875947 or 5605179. OLE color: 5605179.

HSL color Cylindrical-coordinate representation of color #3B8755: hue angle of 140.53º 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 #3B8755 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5913585-
CMYK0.5600.370.47
HSL140.53º39.18%38.04%-
HSV(B)140.53º56.3%52.94%-
XYZ12.1118.9111.61-
YUV106.58115.8294.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=21.15%
G=48.39%
B=30.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59135850.5600.370.47140.5339.1838.04
Hex3B8755380252F8d2726
Octal7320712570045572154746
Binary111011100001111010101111000010010110111110001101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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