#3C785A

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

Shades of Amazon #3C785A

Tints of Amazon #3C785A

Color information

#3C785A (or 0x3C785A) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 5A. RGB value is (60,120,90). Sum of RGB (Red+Green+Blue) = 60+120+90=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #3C785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C785A is #C387A5. Grayscale: #626262. Windows color (decimal): -12814246 or 5929020. OLE color: 5929020.

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

Color convert

RGB6012090-
CMYK0.500.250.53
HSL150º33.33%35.29%-
HSV(B)150º50%47.06%-
XYZ10.4315.1312.04-
YUV98.64123.12100.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=22.22%
G=44.44%
B=33.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120900.500.250.5315033.3335.29
Hex3C785A3201935962123
Octal7417013262031652264143
Binary1111001111000101101011001001100111010110010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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