#387C5E

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

Shades of Amazon #387C5E

Tints of Amazon #387C5E

Color information

#387C5E (or 0x387C5E) is unknown color: approx Amazon. HEX triplet: 38, 7C and 5E. RGB value is (56,124,94). Sum of RGB (Red+Green+Blue) = 56+124+94=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #387C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387C5E is #C783A1. Grayscale: #646464. Windows color (decimal): -13075362 or 6192184. OLE color: 6192184.

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

Color convert

RGB5612494-
CMYK0.5500.240.51
HSL153.53º37.78%35.29%-
HSV(B)153.53º54.84%48.63%-
XYZ10.8616.0613.12-
YUV100.25124.4796.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 124 (48.83% from 255) = 45.26%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=20.44%
G=45.26%
B=34.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124940.5500.240.51153.5337.7835.29
Hex387C5E37018339a2623
Octal7017413667030632324643
Binary1110001111100101111011011101100011001110011010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,94); }

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

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

 a { background-color: rgb(56,124,94); }

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

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

 span { border-color: rgb(56,124,94); }

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