#3B764F

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

Shades of Amazon #3B764F

Tints of Amazon #3B764F

Color information

#3B764F (or 0x3B764F) is unknown color: approx Amazon. HEX triplet: 3B, 76 and 4F. RGB value is (59,118,79). Sum of RGB (Red+Green+Blue) = 59+118+79=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #3B764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B764F is #C489B0. Grayscale: #606060. Windows color (decimal): -12880305 or 5207611. OLE color: 5207611.

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

Color convert

RGB5911879-
CMYK0.5000.330.54
HSL140.34º33.33%34.71%-
HSV(B)140.34º50%46.27%-
XYZ9.6914.459.68-
YUV95.91118.45101.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 79 (31.25% from 255) = 30.86%
R=23.05%
G=46.09%
B=30.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118790.5000.330.54140.3433.3334.71
Hex3B764F32021368c2123
Octal7316611762041662144143
Binary11101111101101001111110010010000111011010001100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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