#3C894E

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

Shades of Amazon #3C894E

Tints of Amazon #3C894E

Color information

#3C894E (or 0x3C894E) is unknown color: approx Amazon. HEX triplet: 3C, 89 and 4E. RGB value is (60,137,78). Sum of RGB (Red+Green+Blue) = 60+137+78=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #3C894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C894E is #C376B1. Grayscale: #6B6B6B. Windows color (decimal): -12809906 or 5146940. OLE color: 5146940.

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

Color convert

RGB6013778-
CMYK0.5600.430.46
HSL134.03º39.09%38.63%-
HSV(B)134.03º56.2%53.73%-
XYZ12.1819.410.31-
YUV107.25111.4994.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=21.82%
G=49.82%
B=28.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60137780.5600.430.46134.0339.0938.63
Hex3C894E3802B2E862727
Octal7421111670053562064747
Binary111100100010011001110111000010101110111010000110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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