#387859

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

Shades of Amazon #387859

Tints of Amazon #387859

Color information

#387859 (or 0x387859) is unknown color: approx Amazon. HEX triplet: 38, 78 and 59. RGB value is (56,120,89). Sum of RGB (Red+Green+Blue) = 56+120+89=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #387859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387859 is #C787A6. Grayscale: #616161. Windows color (decimal): -13076391 or 5863480. OLE color: 5863480.

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

Color convert

RGB5612089-
CMYK0.5300.260.53
HSL150.94º36.36%34.51%-
HSV(B)150.94º53.33%47.06%-
XYZ10.1514.9911.81-
YUV97.33123.398.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=21.13%
G=45.28%
B=33.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120890.5300.260.53150.9436.3634.51
Hex3878593501A35972423
Octal7017013165032652274443
Binary1110001111000101100111010101101011010110010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387859; }

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

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

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

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

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

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

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

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