#3C7358

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

Shades of Amazon #3C7358

Tints of Amazon #3C7358

Color information

#3C7358 (or 0x3C7358) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 58. RGB value is (60,115,88). Sum of RGB (Red+Green+Blue) = 60+115+88=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7358 is #C38CA7. Grayscale: #5F5F5F. Windows color (decimal): -12815528 or 5796668. OLE color: 5796668.

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

Color convert

RGB6011588-
CMYK0.4800.230.55
HSL150.55º31.43%34.31%-
HSV(B)150.55º47.83%45.1%-
XYZ9.7613.9311.41-
YUV95.48123.78102.7-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 115 (45.31% from 255) = 43.73%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=22.81%
G=43.73%
B=33.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115880.4800.230.55150.5531.4334.31
Hex3C73583001737971f22
Octal7416313060027672273742
Binary111100111001110110001100000101111101111001011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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