#3C7350

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

Shades of Amazon #3C7350

Tints of Amazon #3C7350

Color information

#3C7350 (or 0x3C7350) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 50. RGB value is (60,115,80). Sum of RGB (Red+Green+Blue) = 60+115+80=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7350 is #C38CAF. Grayscale: #5E5E5E. Windows color (decimal): -12815536 or 5272380. OLE color: 5272380.

HSL color Cylindrical-coordinate representation of color #3C7350: hue angle of 141.82º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7350 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB6011580-
CMYK0.4800.300.55
HSL141.82º31.43%34.31%-
HSV(B)141.82º47.83%45.1%-
XYZ9.4413.89.76-
YUV94.56119.78103.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=23.53%
G=45.10%
B=31.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115800.4800.300.55141.8231.4334.31
Hex3C73503001E378e1f22
Octal7416312060036672163742
Binary111100111001110100001100000111101101111000111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,80); }

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

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

 a { background-color: rgb(60,115,80); }

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

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

 span { border-color: rgb(60,115,80); }

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