#3F7658

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

Shades of Amazon #3F7658

Tints of Amazon #3F7658

Color information

#3F7658 (or 0x3F7658) is unknown color: approx Amazon. HEX triplet: 3F, 76 and 58. RGB value is (63,118,88). Sum of RGB (Red+Green+Blue) = 63+118+88=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7658 is #C089A7. Grayscale: #626262. Windows color (decimal): -12618152 or 5797439. OLE color: 5797439.

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

Color convert

RGB6311888-
CMYK0.4700.250.54
HSL147.27º30.39%35.49%-
HSV(B)147.27º46.61%46.27%-
XYZ10.2914.7211.53-
YUV98.14122.28102.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=23.42%
G=43.87%
B=32.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118880.4700.250.54147.2730.3935.49
Hex3F76582F01936931e23
Octal7716613057031662233643
Binary111111111011010110001011110110011101101001001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,88); }

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

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

 a { background-color: rgb(63,118,88); }

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

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

 span { border-color: rgb(63,118,88); }

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