#3C6C4E

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

Shades of Amazon #3C6C4E

Tints of Amazon #3C6C4E

Color information

#3C6C4E (or 0x3C6C4E) is unknown color: approx Amazon. HEX triplet: 3C, 6C and 4E. RGB value is (60,108,78). Sum of RGB (Red+Green+Blue) = 60+108+78=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6C4E is #C393B1. Grayscale: #5A5A5A. Windows color (decimal): -12817330 or 5139516. OLE color: 5139516.

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

Color convert

RGB6010878-
CMYK0.4400.280.58
HSL142.5º28.57%32.94%-
HSV(B)142.5º44.44%42.35%-
XYZ8.612.249.12-
YUV90.23121.1106.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=24.39%
G=43.90%
B=31.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60108780.4400.280.58142.528.5732.94
Hex3C6C4E2C01C3A8e1d21
Octal7415411654034722163541
Binary111100110110010011101011000111001110101000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,78); }

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

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

 a { background-color: rgb(60,108,78); }

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

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

 span { border-color: rgb(60,108,78); }

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