#387755

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

Shades of Amazon #387755

Tints of Amazon #387755

Color information

#387755 (or 0x387755) is unknown color: approx Amazon. HEX triplet: 38, 77 and 55. RGB value is (56,119,85). Sum of RGB (Red+Green+Blue) = 56+119+85=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #387755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387755 is #C788AA. Grayscale: #606060. Windows color (decimal): -13076651 or 5601080. OLE color: 5601080.

HSL color Cylindrical-coordinate representation of color #387755: hue angle of 147.62º 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 #387755 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5611985-
CMYK0.5300.290.53
HSL147.62º36%34.31%-
HSV(B)147.62º52.94%46.67%-
XYZ9.8714.6910.91-
YUV96.29121.6399.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=21.54%
G=45.77%
B=32.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119850.5300.290.53147.623634.31
Hex3877553501D35942422
Octal7016712565035652244442
Binary1110001110111101010111010101110111010110010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387755; }

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

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

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

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

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

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

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

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