#3C8856

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

Shades of Amazon #3C8856

Tints of Amazon #3C8856

Color information

#3C8856 (or 0x3C8856) is unknown color: approx Amazon. HEX triplet: 3C, 88 and 56. RGB value is (60,136,86). Sum of RGB (Red+Green+Blue) = 60+136+86=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8856 is #C377A9. Grayscale: #6B6B6B. Windows color (decimal): -12810154 or 5670972. OLE color: 5670972.

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

Color convert

RGB6013686-
CMYK0.5600.370.47
HSL140.53º38.78%38.43%-
HSV(B)140.53º55.88%53.33%-
XYZ12.3519.2411.87-
YUV107.58115.8294.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=21.28%
G=48.23%
B=30.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60136860.5600.370.47140.5338.7838.43
Hex3C8856380252F8d2726
Octal7421012670045572154746
Binary111100100010001010110111000010010110111110001101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,136,86); }

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

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

 a { background-color: rgb(60,136,86); }

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

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

 span { border-color: rgb(60,136,86); }

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