#3B7656

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

Shades of Amazon #3B7656

Tints of Amazon #3B7656

Color information

#3B7656 (or 0x3B7656) is unknown color: approx Amazon. HEX triplet: 3B, 76 and 56. RGB value is (59,118,86). Sum of RGB (Red+Green+Blue) = 59+118+86=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7656 is #C489A9. Grayscale: #606060. Windows color (decimal): -12880298 or 5666363. OLE color: 5666363.

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

Color convert

RGB5911886-
CMYK0.5000.270.54
HSL147.46º33.33%34.71%-
HSV(B)147.46º50%46.27%-
XYZ9.9614.5611.09-
YUV96.71121.95101.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.43%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=22.43%
G=44.87%
B=32.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118860.5000.270.54147.4633.3334.71
Hex3B76563201B36932123
Octal7316612662033662234143
Binary1110111110110101011011001001101111011010010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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