#387756

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

Shades of Amazon #387756

Tints of Amazon #387756

Color information

#387756 (or 0x387756) is unknown color: approx Amazon. HEX triplet: 38, 77 and 56. RGB value is (56,119,86). Sum of RGB (Red+Green+Blue) = 56+119+86=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #387756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387756 is #C788A9. Grayscale: #606060. Windows color (decimal): -13076650 or 5666616. OLE color: 5666616.

HSL color Cylindrical-coordinate representation of color #387756: hue angle of 148.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387756 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB5611986-
CMYK0.5300.280.53
HSL148.57º36%34.31%-
HSV(B)148.57º52.94%46.67%-
XYZ9.9114.7111.12-
YUV96.4122.1399.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 119 (46.88% from 255) = 45.59%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=21.46%
G=45.59%
B=32.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119860.5300.280.53148.573634.31
Hex3877563501C35952422
Octal7016712665034652254442
Binary1110001110111101011011010101110011010110010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387756; }

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

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

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

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

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

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

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

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