#3B894E

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

Shades of Amazon #3B894E

Tints of Amazon #3B894E

Color information

#3B894E (or 0x3B894E) is unknown color: approx Amazon. HEX triplet: 3B, 89 and 4E. RGB value is (59,137,78). Sum of RGB (Red+Green+Blue) = 59+137+78=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #3B894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B894E is #C476B1. Grayscale: #6B6B6B. Windows color (decimal): -12875442 or 5146939. OLE color: 5146939.

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

Color convert

RGB5913778-
CMYK0.5700.430.46
HSL134.62º39.8%38.43%-
HSV(B)134.62º56.93%53.73%-
XYZ12.1219.3710.31-
YUV106.95111.6693.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=21.53%
G=50%
B=28.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59137780.5700.430.46134.6239.838.43
Hex3B894E3902B2E872826
Octal7321111671053562075046
Binary111011100010011001110111001010101110111010000111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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