#3F7556

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

Shades of Amazon #3F7556

Tints of Amazon #3F7556

Color information

#3F7556 (or 0x3F7556) is unknown color: approx Amazon. HEX triplet: 3F, 75 and 56. RGB value is (63,117,86). Sum of RGB (Red+Green+Blue) = 63+117+86=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7556 is #C08AA9. Grayscale: #616161. Windows color (decimal): -12618410 or 5666111. OLE color: 5666111.

HSL color Cylindrical-coordinate representation of color #3F7556: hue angle of 145.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7556 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB6311786-
CMYK0.4600.260.54
HSL145.56º30%35.29%-
HSV(B)145.56º46.15%45.88%-
XYZ10.0914.4511.06-
YUV97.32121.61103.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 86 (33.98% from 255) = 32.33%
R=23.68%
G=43.98%
B=32.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63117860.4600.260.54145.563035.29
Hex3F75562E01A36921e23
Octal7716512656032662223643
Binary111111111010110101101011100110101101101001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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