#3C784C

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

Shades of Amazon #3C784C

Tints of Amazon #3C784C

Color information

#3C784C (or 0x3C784C) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 4C. RGB value is (60,120,76). Sum of RGB (Red+Green+Blue) = 60+120+76=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #3C784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C784C is #C387B3. Grayscale: #616161. Windows color (decimal): -12814260 or 5011516. OLE color: 5011516.

HSL color Cylindrical-coordinate representation of color #3C784C: hue angle of 136º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C784C is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB6012076-
CMYK0.500.370.53
HSL136º33.33%35.29%-
HSV(B)136º50%47.06%-
XYZ9.8814.929.2-
YUV97.04116.12101.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 76 (30.08% from 255) = 29.69%
R=23.44%
G=46.88%
B=29.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120760.500.370.5313633.3335.29
Hex3C784C3202535882123
Octal7417011462045652104143
Binary11110011110001001100110010010010111010110001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,76); }

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

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

 a { background-color: rgb(60,120,76); }

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

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

 span { border-color: rgb(60,120,76); }

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