#3C774F

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

Shades of Amazon #3C774F

Tints of Amazon #3C774F

Color information

#3C774F (or 0x3C774F) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 4F. RGB value is (60,119,79). Sum of RGB (Red+Green+Blue) = 60+119+79=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #3C774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C774F is #C388B0. Grayscale: #606060. Windows color (decimal): -12814513 or 5207868. OLE color: 5207868.

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

Color convert

RGB6011979-
CMYK0.5000.340.53
HSL139.32º32.96%35.1%-
HSV(B)139.32º49.58%46.67%-
XYZ9.8714.729.72-
YUV96.8117.95101.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 119 (46.88% from 255) = 46.12%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=23.26%
G=46.12%
B=30.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119790.5000.340.53139.3232.9635.1
Hex3C774F32022358b2123
Octal7416711762042652134143
Binary11110011101111001111110010010001011010110001011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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