#3B6E4E

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

Shades of Amazon #3B6E4E

Tints of Amazon #3B6E4E

Color information

#3B6E4E (or 0x3B6E4E) is unknown color: approx Amazon. HEX triplet: 3B, 6E and 4E. RGB value is (59,110,78). Sum of RGB (Red+Green+Blue) = 59+110+78=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 110 - color contains mainly: green. Hex color #3B6E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6E4E is #C491B1. Grayscale: #5B5B5B. Windows color (decimal): -12882354 or 5140027. OLE color: 5140027.

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

Color convert

RGB5911078-
CMYK0.4600.290.57
HSL142.35º30.18%33.14%-
HSV(B)142.35º46.36%43.14%-
XYZ8.7512.639.18-
YUV91.1120.6105.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.89%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=23.89%
G=44.53%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59110780.4600.290.57142.3530.1833.14
Hex3B6E4E2E01D398e1e21
Octal7315611656035712163641
Binary111011110111010011101011100111011110011000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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