#3B6E54

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

Shades of Amazon #3B6E54

Tints of Amazon #3B6E54

Color information

#3B6E54 (or 0x3B6E54) is unknown color: approx Amazon. HEX triplet: 3B, 6E and 54. RGB value is (59,110,84). Sum of RGB (Red+Green+Blue) = 59+110+84=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E54 is #C491AB. Grayscale: #5B5B5B. Windows color (decimal): -12882348 or 5533243. OLE color: 5533243.

HSL color Cylindrical-coordinate representation of color #3B6E54: hue angle of 149.41º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6E54 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB5911084-
CMYK0.4600.240.57
HSL149.41º30.18%33.14%-
HSV(B)149.41º46.36%43.14%-
XYZ8.9812.7210.37-
YUV91.79123.6104.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 110 (43.36% from 255) = 43.48%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=23.32%
G=43.48%
B=33.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110840.4600.240.57149.4130.1833.14
Hex3B6E542E01839951e21
Octal7315612456030712253641
Binary111011110111010101001011100110001110011001010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,110,84); }

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

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

 a { background-color: rgb(59,110,84); }

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

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

 span { border-color: rgb(59,110,84); }

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