#3C865B

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

Shades of Amazon #3C865B

Tints of Amazon #3C865B

Color information

#3C865B (or 0x3C865B) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 5B. RGB value is (60,134,91). Sum of RGB (Red+Green+Blue) = 60+134+91=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #3C865B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C865B is #C379A4. Grayscale: #6B6B6B. Windows color (decimal): -12810661 or 5998140. OLE color: 5998140.

HSL color Cylindrical-coordinate representation of color #3C865B: hue angle of 145.14º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C865B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB6013491-
CMYK0.5500.320.47
HSL145.14º38.14%38.04%-
HSV(B)145.14º55.22%52.55%-
XYZ12.2818.7712.87-
YUV106.97118.9894.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=21.05%
G=47.02%
B=31.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134910.5500.320.47145.1438.1438.04
Hex3C865B370202F912626
Octal7420613367040572214646
Binary111100100001101011011110111010000010111110010001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,91); }

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

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

 a { background-color: rgb(60,134,91); }

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

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

 span { border-color: rgb(60,134,91); }

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