#3C774D

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

Shades of Amazon #3C774D

Tints of Amazon #3C774D

Color information

#3C774D (or 0x3C774D) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 4D. RGB value is (60,119,77). Sum of RGB (Red+Green+Blue) = 60+119+77=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #3C774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C774D is #C388B2. Grayscale: #606060. Windows color (decimal): -12814515 or 5076796. OLE color: 5076796.

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

Color convert

RGB6011977-
CMYK0.5000.350.53
HSL137.29º32.96%35.1%-
HSV(B)137.29º49.58%46.67%-
XYZ9.814.699.34-
YUV96.57116.95101.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 119 (46.88% from 255) = 46.48%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=23.44%
G=46.48%
B=30.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119770.5000.350.53137.2932.9635.1
Hex3C774D3202335892123
Octal7416711562043652114143
Binary11110011101111001101110010010001111010110001001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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