#3C7853

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

Shades of Amazon #3C7853

Tints of Amazon #3C7853

Color information

#3C7853 (or 0x3C7853) is unknown color: approx Amazon. HEX triplet: 3C, 78 and 53. RGB value is (60,120,83). Sum of RGB (Red+Green+Blue) = 60+120+83=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7853 is #C387AC. Grayscale: #616161. Windows color (decimal): -12814253 or 5470268. OLE color: 5470268.

HSL color Cylindrical-coordinate representation of color #3C7853: hue angle of 143º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7853 is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB6012083-
CMYK0.500.310.53
HSL143º33.33%35.29%-
HSV(B)143º50%47.06%-
XYZ10.1415.0210.55-
YUV97.84119.62101.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=22.81%
G=45.63%
B=31.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60120830.500.310.5314333.3335.29
Hex3C78533201F358f2123
Octal7417012362037652174143
Binary1111001111000101001111001001111111010110001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,120,83); }

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

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

 a { background-color: rgb(60,120,83); }

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

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

 span { border-color: rgb(60,120,83); }

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