#3C6A50

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

Shades of Amazon #3C6A50

Tints of Amazon #3C6A50

Color information

#3C6A50 (or 0x3C6A50) is unknown color: approx Amazon. HEX triplet: 3C, 6A and 50. RGB value is (60,106,80). Sum of RGB (Red+Green+Blue) = 60+106+80=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A50 is #C395AF. Grayscale: #595959. Windows color (decimal): -12817840 or 5270076. OLE color: 5270076.

HSL color Cylindrical-coordinate representation of color #3C6A50: hue angle of 146.09º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A50 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB6010680-
CMYK0.4300.250.58
HSL146.09º27.71%32.55%-
HSV(B)146.09º43.4%41.57%-
XYZ8.4711.859.43-
YUV89.28122.76107.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=24.39%
G=43.09%
B=32.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60106800.4300.250.58146.0927.7132.55
Hex3C6A502B0193A921c21
Octal7415212053031722223441
Binary111100110101010100001010110110011110101001001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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