#387854

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

Shades of Amazon #387854

Tints of Amazon #387854

Color information

#387854 (or 0x387854) is unknown color: approx Amazon. HEX triplet: 38, 78 and 54. RGB value is (56,120,84). Sum of RGB (Red+Green+Blue) = 56+120+84=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #387854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387854 is #C787AB. Grayscale: #606060. Windows color (decimal): -13076396 or 5535800. OLE color: 5535800.

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

Color convert

RGB5612084-
CMYK0.5300.30.53
HSL146.25º36.36%34.51%-
HSV(B)146.25º53.33%47.06%-
XYZ9.9514.9110.74-
YUV96.76120.898.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=21.54%
G=46.15%
B=32.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120840.5300.30.53146.2536.3634.51
Hex3878543501E35922423
Octal7017012465036652224443
Binary1110001111000101010011010101111011010110010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387854; }

 p { color: rgb(56,120,84); }

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

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

 a { background-color: rgb(56,120,84); }

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

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

 span { border-color: rgb(56,120,84); }

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