#3F7C60

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

Shades of Amazon #3F7C60

Tints of Amazon #3F7C60

Color information

#3F7C60 (or 0x3F7C60) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 60. RGB value is (63,124,96). Sum of RGB (Red+Green+Blue) = 63+124+96=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C60 is #C0839F. Grayscale: #666666. Windows color (decimal): -12616608 or 6323263. OLE color: 6323263.

HSL color Cylindrical-coordinate representation of color #3F7C60: hue angle of 152.46º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F7C60 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB6312496-
CMYK0.4900.230.51
HSL152.46º32.62%36.67%-
HSV(B)152.46º49.19%48.63%-
XYZ11.3716.3213.62-
YUV102.57124.2999.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 124 (48.83% from 255) = 43.82%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=22.26%
G=43.82%
B=33.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124960.4900.230.51152.4632.6236.67
Hex3F7C603101733982125
Octal7717414061027632304145
Binary1111111111100110000011000101011111001110011000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,124,96); }

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

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

 a { background-color: rgb(63,124,96); }

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

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

 span { border-color: rgb(63,124,96); }

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