#3C8652

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

Shades of Amazon #3C8652

Tints of Amazon #3C8652

Color information

#3C8652 (or 0x3C8652) is unknown color: approx Amazon. HEX triplet: 3C, 86 and 52. RGB value is (60,134,82). Sum of RGB (Red+Green+Blue) = 60+134+82=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8652 is #C379AD. Grayscale: #6A6A6A. Windows color (decimal): -12810670 or 5408316. OLE color: 5408316.

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

Color convert

RGB6013482-
CMYK0.5500.390.47
HSL137.84º38.14%38.04%-
HSV(B)137.84º55.22%52.55%-
XYZ11.9118.6210.95-
YUV105.95114.4895.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=21.74%
G=48.55%
B=29.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134820.5500.390.47137.8438.1438.04
Hex3C8652370272F8a2626
Octal7420612267047572124646
Binary111100100001101010010110111010011110111110001010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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