#3A7654

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

Shades of Amazon #3A7654

Tints of Amazon #3A7654

Color information

#3A7654 (or 0x3A7654) is unknown color: approx Amazon. HEX triplet: 3A, 76 and 54. RGB value is (58,118,84). Sum of RGB (Red+Green+Blue) = 58+118+84=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7654 is #C589AB. Grayscale: #606060. Windows color (decimal): -12945836 or 5535290. OLE color: 5535290.

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

Color convert

RGB5811884-
CMYK0.5100.290.54
HSL146º34.09%34.51%-
HSV(B)146º50.85%46.27%-
XYZ9.8214.510.67-
YUV96.18121.12100.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=22.31%
G=45.38%
B=32.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal58118840.5100.290.5414634.0934.51
Hex3A76543301D36922223
Octal7216612463035662224243
Binary1110101110110101010011001101110111011010010010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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