#387F5B

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

Shades of Amazon #387F5B

Tints of Amazon #387F5B

Color information

#387F5B (or 0x387F5B) is unknown color: approx Amazon. HEX triplet: 38, 7F and 5B. RGB value is (56,127,91). Sum of RGB (Red+Green+Blue) = 56+127+91=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #387F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F5B is #C780A4. Grayscale: #656565. Windows color (decimal): -13074597 or 5996344. OLE color: 5996344.

HSL color Cylindrical-coordinate representation of color #387F5B: hue angle of 149.58º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F5B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5612791-
CMYK0.5600.280.50
HSL149.58º38.8%35.88%-
HSV(B)149.58º55.91%49.8%-
XYZ11.1116.7712.55-
YUV101.67121.9895.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=20.44%
G=46.35%
B=33.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127910.5600.280.50149.5838.835.88
Hex387F5B3801C32962724
Octal7017713370034622264744
Binary1110001111111101101111100001110011001010010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387F5B; }

 p { color: rgb(56,127,91); }

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

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

 a { background-color: rgb(56,127,91); }

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

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

 span { border-color: rgb(56,127,91); }

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