#387557

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

Shades of Amazon #387557

Tints of Amazon #387557

Color information

#387557 (or 0x387557) is unknown color: approx Amazon. HEX triplet: 38, 75 and 57. RGB value is (56,117,87). Sum of RGB (Red+Green+Blue) = 56+117+87=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #387557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387557 is #C78AA8. Grayscale: #5F5F5F. Windows color (decimal): -13077161 or 5731640. OLE color: 5731640.

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

Color convert

RGB5611787-
CMYK0.5200.260.54
HSL150.49º35.26%33.92%-
HSV(B)150.49º52.14%45.88%-
XYZ9.7114.2511.26-
YUV95.34123.2999.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 87 (34.38% from 255) = 33.46%
R=21.54%
G=45%
B=33.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117870.5200.260.54150.4935.2633.92
Hex3875573401A36962322
Octal7016512764032662264342
Binary1110001110101101011111010001101011011010010110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387557; }

 p { color: rgb(56,117,87); }

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

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

 a { background-color: rgb(56,117,87); }

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

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

 span { border-color: rgb(56,117,87); }

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