#3F7858

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

Shades of Amazon #3F7858

Tints of Amazon #3F7858

Color information

#3F7858 (or 0x3F7858) is unknown color: approx Amazon. HEX triplet: 3F, 78 and 58. RGB value is (63,120,88). Sum of RGB (Red+Green+Blue) = 63+120+88=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7858 is #C087A7. Grayscale: #636363. Windows color (decimal): -12617640 or 5797951. OLE color: 5797951.

HSL color Cylindrical-coordinate representation of color #3F7858: hue angle of 146.32º 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 #3F7858 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB6312088-
CMYK0.4800.270.53
HSL146.32º31.15%35.88%-
HSV(B)146.32º47.5%47.06%-
XYZ10.5315.1911.61-
YUV99.31121.62102.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=23.25%
G=44.28%
B=32.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120880.4800.270.53146.3231.1535.88
Hex3F78583001B35921f24
Octal7717013060033652223744
Binary111111111100010110001100000110111101011001001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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