#3F7758

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

Shades of Amazon #3F7758

Tints of Amazon #3F7758

Color information

#3F7758 (or 0x3F7758) is unknown color: approx Amazon. HEX triplet: 3F, 77 and 58. RGB value is (63,119,88). Sum of RGB (Red+Green+Blue) = 63+119+88=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7758 is #C088A7. Grayscale: #626262. Windows color (decimal): -12617896 or 5797695. OLE color: 5797695.

HSL color Cylindrical-coordinate representation of color #3F7758: hue angle of 146.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7758 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB6311988-
CMYK0.4700.260.53
HSL146.79º30.77%35.69%-
HSV(B)146.79º47.06%46.67%-
XYZ10.4114.9511.57-
YUV98.72121.95102.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 88 (34.77% from 255) = 32.59%
R=23.33%
G=44.07%
B=32.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119880.4700.260.53146.7930.7735.69
Hex3F77582F01A35931f24
Octal7716713057032652233744
Binary111111111011110110001011110110101101011001001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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