#3C775E

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

Shades of Amazon #3C775E

Tints of Amazon #3C775E

Color information

#3C775E (or 0x3C775E) is unknown color: approx Amazon. HEX triplet: 3C, 77 and 5E. RGB value is (60,119,94). Sum of RGB (Red+Green+Blue) = 60+119+94=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3C775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C775E is #C388A1. Grayscale: #626262. Windows color (decimal): -12814498 or 6190908. OLE color: 6190908.

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

Color convert

RGB6011994-
CMYK0.5000.210.53
HSL154.58º32.96%35.1%-
HSV(B)154.58º49.58%46.67%-
XYZ10.4814.9612.93-
YUV98.51125.45100.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 119 (46.88% from 255) = 43.59%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=21.98%
G=43.59%
B=34.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119940.5000.210.53154.5832.9635.1
Hex3C775E32015359b2123
Octal7416713662025652334143
Binary1111001110111101111011001001010111010110011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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