#387356

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

Shades of Amazon #387356

Tints of Amazon #387356

Color information

#387356 (or 0x387356) is unknown color: approx Amazon. HEX triplet: 38, 73 and 56. RGB value is (56,115,86). Sum of RGB (Red+Green+Blue) = 56+115+86=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #387356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387356 is #C78CA9. Grayscale: #5E5E5E. Windows color (decimal): -13077674 or 5665592. OLE color: 5665592.

HSL color Cylindrical-coordinate representation of color #387356: hue angle of 150.51º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387356 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB5611586-
CMYK0.5100.250.55
HSL150.51º34.5%33.53%-
HSV(B)150.51º51.3%45.1%-
XYZ9.4413.7710.97-
YUV94.05123.45100.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=21.79%
G=44.75%
B=33.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115860.5100.250.55150.5134.533.53
Hex3873563301937972322
Octal7016312663031672274342
Binary1110001110011101011011001101100111011110010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387356; }

 p { color: rgb(56,115,86); }

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

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

 a { background-color: rgb(56,115,86); }

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

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

 span { border-color: rgb(56,115,86); }

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