#3F7D60

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

Shades of Amazon #3F7D60

Tints of Amazon #3F7D60

Color information

#3F7D60 (or 0x3F7D60) is unknown color: approx Amazon. HEX triplet: 3F, 7D and 60. RGB value is (63,125,96). Sum of RGB (Red+Green+Blue) = 63+125+96=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 125 - color contains mainly: green. Hex color #3F7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7D60 is #C0829F. Grayscale: #676767. Windows color (decimal): -12616352 or 6323519. OLE color: 6323519.

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

Color convert

RGB6312596-
CMYK0.5000.230.51
HSL151.94º32.98%36.86%-
HSV(B)151.94º49.6%49.02%-
XYZ11.4916.5713.66-
YUV103.16123.9699.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 125 (49.22% from 255) = 44.01%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=22.18%
G=44.01%
B=33.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63125960.5000.230.51151.9432.9836.86
Hex3F7D603201733982125
Octal7717514062027632304145
Binary1111111111101110000011001001011111001110011000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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