#387F5C

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

Shades of Amazon #387F5C

Tints of Amazon #387F5C

Color information

#387F5C (or 0x387F5C) is unknown color: approx Amazon. HEX triplet: 38, 7F and 5C. RGB value is (56,127,92). Sum of RGB (Red+Green+Blue) = 56+127+92=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #387F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F5C is #C780A3. Grayscale: #656565. Windows color (decimal): -13074596 or 6061880. OLE color: 6061880.

HSL color Cylindrical-coordinate representation of color #387F5C: hue angle of 150.42º 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 #387F5C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB5612792-
CMYK0.5600.280.50
HSL150.42º38.8%35.88%-
HSV(B)150.42º55.91%49.8%-
XYZ11.1516.7912.78-
YUV101.78122.4895.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=20.36%
G=46.18%
B=33.45%

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
Decimal56127920.5600.280.50150.4238.835.88
Hex387F5C3801C32962724
Octal7017713470034622264744
Binary1110001111111101110011100001110011001010010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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