#3C6F53

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

Shades of Amazon #3C6F53

Tints of Amazon #3C6F53

Color information

#3C6F53 (or 0x3C6F53) is unknown color: approx Amazon. HEX triplet: 3C, 6F and 53. RGB value is (60,111,83). Sum of RGB (Red+Green+Blue) = 60+111+83=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F53 is #C390AC. Grayscale: #5C5C5C. Windows color (decimal): -12816557 or 5467964. OLE color: 5467964.

HSL color Cylindrical-coordinate representation of color #3C6F53: hue angle of 147.06º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C6F53 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB6011183-
CMYK0.4600.250.56
HSL147.06º29.82%33.53%-
HSV(B)147.06º45.95%43.53%-
XYZ9.1112.9510.2-
YUV92.56122.6104.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.62%
GREEN value IS 111 (43.75% from 255) = 43.70%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=23.62%
G=43.70%
B=32.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60111830.4600.250.56147.0629.8233.53
Hex3C6F532E01938931e22
Octal7415712356031702233642
Binary111100110111110100111011100110011110001001001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,83); }

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

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

 a { background-color: rgb(60,111,83); }

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

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

 span { border-color: rgb(60,111,83); }

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