#3B7F56

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

Shades of Amazon #3B7F56

Tints of Amazon #3B7F56

Color information

#3B7F56 (or 0x3B7F56) is unknown color: approx Amazon. HEX triplet: 3B, 7F and 56. RGB value is (59,127,86). Sum of RGB (Red+Green+Blue) = 59+127+86=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F56 is #C480A9. Grayscale: #666666. Windows color (decimal): -12877994 or 5668667. OLE color: 5668667.

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

Color convert

RGB5912786-
CMYK0.5400.320.50
HSL143.82º36.56%36.47%-
HSV(B)143.82º53.54%49.8%-
XYZ11.0716.7811.46-
YUV101.99118.9797.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=21.69%
G=46.69%
B=31.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59127860.5400.320.50143.8236.5636.47
Hex3B7F563602032902524
Octal7317712666040622204544
Binary11101111111111010110110110010000011001010010000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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