#3B764E

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

Shades of Amazon #3B764E

Tints of Amazon #3B764E

Color information

#3B764E (or 0x3B764E) is unknown color: approx Amazon. HEX triplet: 3B, 76 and 4E. RGB value is (59,118,78). Sum of RGB (Red+Green+Blue) = 59+118+78=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B764E is #C489B1. Grayscale: #5F5F5F. Windows color (decimal): -12880306 or 5142075. OLE color: 5142075.

HSL color Cylindrical-coordinate representation of color #3B764E: hue angle of 139.32º 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 #3B764E is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB5911878-
CMYK0.5000.340.54
HSL139.32º33.33%34.71%-
HSV(B)139.32º50%46.27%-
XYZ9.6614.449.49-
YUV95.8117.95101.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.14%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=23.14%
G=46.27%
B=30.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118780.5000.340.54139.3233.3334.71
Hex3B764E32022368b2123
Octal7316611662042662134143
Binary11101111101101001110110010010001011011010001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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