#3B7858

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

Shades of Amazon #3B7858

Tints of Amazon #3B7858

Color information

#3B7858 (or 0x3B7858) is unknown color: approx Amazon. HEX triplet: 3B, 78 and 58. RGB value is (59,120,88). Sum of RGB (Red+Green+Blue) = 59+120+88=267 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.10% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #3B7858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7858 is #C487A7. Grayscale: #626262. Windows color (decimal): -12879784 or 5797947. OLE color: 5797947.

HSL color Cylindrical-coordinate representation of color #3B7858: hue angle of 148.52º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B7858 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB5912088-
CMYK0.5100.270.53
HSL148.52º34.08%35.1%-
HSV(B)148.52º50.83%47.06%-
XYZ10.2815.0711.6-
YUV98.11122.29100.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.10%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=22.10%
G=44.94%
B=32.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59120880.5100.270.53148.5234.0835.1
Hex3B78583301B35952223
Octal7317013063033652254243
Binary1110111111000101100011001101101111010110010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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