#3C694B

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

Shades of Amazon #3C694B

Tints of Amazon #3C694B

Color information

#3C694B (or 0x3C694B) is unknown color: approx Amazon. HEX triplet: 3C, 69 and 4B. RGB value is (60,105,75). Sum of RGB (Red+Green+Blue) = 60+105+75=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3C694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C694B is #C396B4. Grayscale: #585858. Windows color (decimal): -12818101 or 4942140. OLE color: 4942140.

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

Color convert

RGB6010575-
CMYK0.4300.290.59
HSL140º27.27%32.35%-
HSV(B)140º42.86%41.18%-
XYZ8.1911.578.46-
YUV88.12120.59107.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=25%
G=43.75%
B=31.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60105750.4300.290.5914027.2732.35
Hex3C694B2B01D3B8c1b20
Octal7415111353035732143340
Binary111100110100110010111010110111011110111000110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,105,75); }

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

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

 a { background-color: rgb(60,105,75); }

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

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

 span { border-color: rgb(60,105,75); }

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