#387659

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

Shades of Amazon #387659

Tints of Amazon #387659

Color information

#387659 (or 0x387659) is unknown color: approx Amazon. HEX triplet: 38, 76 and 59. RGB value is (56,118,89). Sum of RGB (Red+Green+Blue) = 56+118+89=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #387659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387659 is #C789A6. Grayscale: #606060. Windows color (decimal): -13076903 or 5862968. OLE color: 5862968.

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

Color convert

RGB5611889-
CMYK0.5300.250.54
HSL151.94º35.63%34.12%-
HSV(B)151.94º52.54%46.27%-
XYZ9.9114.5211.73-
YUV96.16123.9699.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=21.29%
G=44.87%
B=33.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118890.5300.250.54151.9435.6334.12
Hex3876593501936982422
Octal7016613165031662304442
Binary1110001110110101100111010101100111011010011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387659; }

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

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

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

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

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

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

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

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