#3C894D

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

Shades of Amazon #3C894D

Tints of Amazon #3C894D

Color information

#3C894D (or 0x3C894D) is unknown color: approx Amazon. HEX triplet: 3C, 89 and 4D. RGB value is (60,137,77). Sum of RGB (Red+Green+Blue) = 60+137+77=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #3C894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C894D is #C376B2. Grayscale: #6B6B6B. Windows color (decimal): -12809907 or 5081404. OLE color: 5081404.

HSL color Cylindrical-coordinate representation of color #3C894D: hue angle of 133.25º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C894D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB6013777-
CMYK0.5600.440.46
HSL133.25º39.09%38.63%-
HSV(B)133.25º56.2%53.73%-
XYZ12.1519.3910.12-
YUV107.14110.9994.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=21.90%
G=50%
B=28.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60137770.5600.440.46133.2539.0938.63
Hex3C894D3802C2E852727
Octal7421111570054562054747
Binary111100100010011001101111000010110010111010000101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,137,77); }

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

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

 a { background-color: rgb(60,137,77); }

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

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

 span { border-color: rgb(60,137,77); }

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