#387D50

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

Shades of Amazon #387D50

Tints of Amazon #387D50

Color information

#387D50 (or 0x387D50) is unknown color: approx Amazon. HEX triplet: 38, 7D and 50. RGB value is (56,125,80). Sum of RGB (Red+Green+Blue) = 56+125+80=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #387D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D50 is #C782AF. Grayscale: #636363. Windows color (decimal): -13075120 or 5274936. OLE color: 5274936.

HSL color Cylindrical-coordinate representation of color #387D50: hue angle of 140.87º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D50 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB5612580-
CMYK0.5500.360.51
HSL140.87º38.12%35.49%-
HSV(B)140.87º55.2%49.02%-
XYZ10.4116.0910.15-
YUV99.24117.1497.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 125 (49.22% from 255) = 47.89%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=21.46%
G=47.89%
B=30.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125800.5500.360.51140.8738.1235.49
Hex387D5037024338d2623
Octal7017512067044632154643
Binary11100011111011010000110111010010011001110001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,80); }

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

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

 a { background-color: rgb(56,125,80); }

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

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

 span { border-color: rgb(56,125,80); }

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