#3C865C

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

Shades of Amazon #3C865C

Tints of Amazon #3C865C

Color information

#3C865C (or 0x3C865C) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 5C. RGB value is (60,134,92). Sum of RGB (Red+Green+Blue) = 60+134+92=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #3C865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C865C is #C379A3. Grayscale: #6B6B6B. Windows color (decimal): -12810660 or 6063676. OLE color: 6063676.

HSL color Cylindrical-coordinate representation of color #3C865C: hue angle of 145.95º 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 #3C865C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB6013492-
CMYK0.5500.310.47
HSL145.95º38.14%38.04%-
HSV(B)145.95º55.22%52.55%-
XYZ12.3218.7813.1-
YUV107.09119.4894.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.98%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=20.98%
G=46.85%
B=32.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134920.5500.310.47145.9538.1438.04
Hex3C865C3701F2F922626
Octal7420613467037572224646
Binary11110010000110101110011011101111110111110010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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