#3C6E50

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

Shades of Amazon #3C6E50

Tints of Amazon #3C6E50

Color information

#3C6E50 (or 0x3C6E50) is unknown color: approx Amazon. HEX triplet: 3C, 6E and 50. RGB value is (60,110,80). Sum of RGB (Red+Green+Blue) = 60+110+80=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #3C6E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6E50 is #C391AF. Grayscale: #5B5B5B. Windows color (decimal): -12816816 or 5271100. OLE color: 5271100.

HSL color Cylindrical-coordinate representation of color #3C6E50: hue angle of 144º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6E50 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB6011080-
CMYK0.4500.270.57
HSL144º29.41%33.33%-
HSV(B)144º45.45%43.14%-
XYZ8.8912.699.57-
YUV91.63121.44105.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24%
GREEN value IS 110 (43.36% from 255) = 44%
BLUE value IS 80 (31.64% from 255) = 32%
R=24%
G=44%
B=32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60110800.4500.270.5714429.4133.33
Hex3C6E502D01B39901d21
Octal7415612055033712203541
Binary111100110111010100001011010110111110011001000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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