#3C7352

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

Shades of Amazon #3C7352

Tints of Amazon #3C7352

Color information

#3C7352 (or 0x3C7352) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 52. RGB value is (60,115,82). Sum of RGB (Red+Green+Blue) = 60+115+82=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7352 is #C38CAD. Grayscale: #5E5E5E. Windows color (decimal): -12815534 or 5403452. OLE color: 5403452.

HSL color Cylindrical-coordinate representation of color #3C7352: hue angle of 144º 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 #3C7352 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB6011582-
CMYK0.4800.290.55
HSL144º31.43%34.31%-
HSV(B)144º47.83%45.1%-
XYZ9.5213.8310.15-
YUV94.79120.78103.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.35%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=23.35%
G=44.75%
B=31.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115820.4800.290.5514431.4334.31
Hex3C73523001D37901f22
Octal7416312260035672203742
Binary111100111001110100101100000111011101111001000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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