#387D5D

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

Shades of Amazon #387D5D

Tints of Amazon #387D5D

Color information

#387D5D (or 0x387D5D) is unknown color: approx Amazon. HEX triplet: 38, 7D and 5D. RGB value is (56,125,93). Sum of RGB (Red+Green+Blue) = 56+125+93=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #387D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387D5D is #C782A2. Grayscale: #646464. Windows color (decimal): -13075107 or 6126904. OLE color: 6126904.

HSL color Cylindrical-coordinate representation of color #387D5D: hue angle of 152.17º 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 #387D5D is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB5612593-
CMYK0.5500.260.51
HSL152.17º38.12%35.49%-
HSV(B)152.17º55.2%49.02%-
XYZ10.9416.312.93-
YUV100.72123.6496.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=20.44%
G=45.62%
B=33.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125930.5500.260.51152.1738.1235.49
Hex387D5D3701A33982623
Octal7017513567032632304643
Binary1110001111101101110111011101101011001110011000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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