#3B8557

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

Shades of Amazon #3B8557

Tints of Amazon #3B8557

Color information

#3B8557 (or 0x3B8557) is unknown color: approx Amazon. HEX triplet: 3B, 85 and 57. RGB value is (59,133,87). Sum of RGB (Red+Green+Blue) = 59+133+87=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #3B8557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8557 is #C47AA8. Grayscale: #696969. Windows color (decimal): -12876457 or 5735739. OLE color: 5735739.

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

Color convert

RGB5913387-
CMYK0.5600.350.48
HSL142.7º38.54%37.65%-
HSV(B)142.7º55.64%52.16%-
XYZ11.9118.3911.94-
YUV105.63117.4894.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=21.15%
G=47.67%
B=31.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59133870.5600.350.48142.738.5437.65
Hex3B855738023308f2726
Octal7320512770043602174746
Binary111011100001011010111111000010001111000010001111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,133,87); }

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

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

 a { background-color: rgb(59,133,87); }

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

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

 span { border-color: rgb(59,133,87); }

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