#3A764E

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

Shades of Amazon #3A764E

Tints of Amazon #3A764E

Color information

#3A764E (or 0x3A764E) is unknown color: approx Amazon. HEX triplet: 3A, 76 and 4E. RGB value is (58,118,78). Sum of RGB (Red+Green+Blue) = 58+118+78=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #3A764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A764E is #C589B1. Grayscale: #5F5F5F. Windows color (decimal): -12945842 or 5142074. OLE color: 5142074.

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

Color convert

RGB5811878-
CMYK0.5100.340.54
HSL140º34.09%34.51%-
HSV(B)140º50.85%46.27%-
XYZ9.614.419.48-
YUV95.5118.12101.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.83%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=22.83%
G=46.46%
B=30.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118780.5100.340.5414034.0934.51
Hex3A764E33022368c2223
Octal7216611663042662144243
Binary11101011101101001110110011010001011011010001100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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