#387657

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

Shades of Amazon #387657

Tints of Amazon #387657

Color information

#387657 (or 0x387657) is unknown color: approx Amazon. HEX triplet: 38, 76 and 57. RGB value is (56,118,87). Sum of RGB (Red+Green+Blue) = 56+118+87=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #387657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387657 is #C789A8. Grayscale: #5F5F5F. Windows color (decimal): -13076905 or 5731896. OLE color: 5731896.

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

Color convert

RGB5611887-
CMYK0.5300.260.54
HSL150º35.63%34.12%-
HSV(B)150º52.54%46.27%-
XYZ9.8314.4911.29-
YUV95.93122.9699.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=21.46%
G=45.21%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118870.5300.260.5415035.6334.12
Hex3876573501A36962422
Octal7016612765032662264442
Binary1110001110110101011111010101101011011010010110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387657; }

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

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

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

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

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

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

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

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