#3C774C

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

Shades of Amazon #3C774C

Tints of Amazon #3C774C

Color information

#3C774C (or 0x3C774C) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 4C. RGB value is (60,119,76). Sum of RGB (Red+Green+Blue) = 60+119+76=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #3C774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C774C is #C388B3. Grayscale: #606060. Windows color (decimal): -12814516 or 5011260. OLE color: 5011260.

HSL color Cylindrical-coordinate representation of color #3C774C: hue angle of 136.27º 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 #3C774C is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB6011976-
CMYK0.5000.360.53
HSL136.27º32.96%35.1%-
HSV(B)136.27º49.58%46.67%-
XYZ9.7614.689.16-
YUV96.46116.45102-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=23.53%
G=46.67%
B=29.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119760.5000.360.53136.2732.9635.1
Hex3C774C3202435882123
Octal7416711462044652104143
Binary11110011101111001100110010010010011010110001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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