#387F4D

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

Shades of Amazon #387F4D

Tints of Amazon #387F4D

Color information

#387F4D (or 0x387F4D) is unknown color: approx Amazon. HEX triplet: 38, 7F and 4D. RGB value is (56,127,77). Sum of RGB (Red+Green+Blue) = 56+127+77=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #387F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387F4D is #C780B2. Grayscale: #646464. Windows color (decimal): -13074611 or 5078840. OLE color: 5078840.

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

Color convert

RGB5612777-
CMYK0.5600.390.50
HSL137.75º38.8%35.88%-
HSV(B)137.75º55.91%49.8%-
XYZ10.5616.569.66-
YUV100.07114.9896.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 127 (50% from 255) = 48.85%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=21.54%
G=48.85%
B=29.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127770.5600.390.50137.7538.835.88
Hex387F4D38027328a2724
Octal7017711570047622124744
Binary11100011111111001101111000010011111001010001010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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