#3F7C56

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

Shades of Amazon #3F7C56

Tints of Amazon #3F7C56

Color information

#3F7C56 (or 0x3F7C56) is unknown color: approx Amazon. HEX triplet: 3F, 7C and 56. RGB value is (63,124,86). Sum of RGB (Red+Green+Blue) = 63+124+86=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C56 is #C083A9. Grayscale: #656565. Windows color (decimal): -12616618 or 5667903. OLE color: 5667903.

HSL color Cylindrical-coordinate representation of color #3F7C56: hue angle of 142.62º 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 #3F7C56 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB6312486-
CMYK0.4900.310.51
HSL142.62º32.62%36.67%-
HSV(B)142.62º49.19%48.63%-
XYZ10.9416.1411.34-
YUV101.43119.29100.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=23.08%
G=45.42%
B=31.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63124860.4900.310.51142.6232.6236.67
Hex3F7C563101F338f2125
Octal7717412661037632174145
Binary1111111111100101011011000101111111001110001111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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