#3B6B4E

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

Shades of Amazon #3B6B4E

Tints of Amazon #3B6B4E

Color information

#3B6B4E (or 0x3B6B4E) is unknown color: approx Amazon. HEX triplet: 3B, 6B and 4E. RGB value is (59,107,78). Sum of RGB (Red+Green+Blue) = 59+107+78=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B4E is #C494B1. Grayscale: #595959. Windows color (decimal): -12883122 or 5139259. OLE color: 5139259.

HSL color Cylindrical-coordinate representation of color #3B6B4E: hue angle of 143.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B4E is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB5910778-
CMYK0.4500.270.58
HSL143.75º28.92%32.55%-
HSV(B)143.75º44.86%41.96%-
XYZ8.44129.08-
YUV89.34121.6106.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=24.18%
G=43.85%
B=31.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59107780.4500.270.58143.7528.9232.55
Hex3B6B4E2D01B3A901d21
Octal7315311655033722203541
Binary111011110101110011101011010110111110101001000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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