#3B6D4E

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

Shades of Amazon #3B6D4E

Tints of Amazon #3B6D4E

Color information

#3B6D4E (or 0x3B6D4E) is unknown color: approx Amazon. HEX triplet: 3B, 6D and 4E. RGB value is (59,109,78). Sum of RGB (Red+Green+Blue) = 59+109+78=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D4E is #C492B1. Grayscale: #5A5A5A. Windows color (decimal): -12882610 or 5139771. OLE color: 5139771.

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

Color convert

RGB5910978-
CMYK0.4600.280.57
HSL142.8º29.76%32.94%-
HSV(B)142.8º45.87%42.75%-
XYZ8.6512.429.15-
YUV90.52120.94105.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=23.98%
G=44.31%
B=31.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59109780.4600.280.57142.829.7632.94
Hex3B6D4E2E01C398f1e21
Octal7315511656034712173641
Binary111011110110110011101011100111001110011000111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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