#387559

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

Shades of Amazon #387559

Tints of Amazon #387559

Color information

#387559 (or 0x387559) is unknown color: approx Amazon. HEX triplet: 38, 75 and 59. RGB value is (56,117,89). Sum of RGB (Red+Green+Blue) = 56+117+89=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #387559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387559 is #C78AA6. Grayscale: #5F5F5F. Windows color (decimal): -13077159 or 5862712. OLE color: 5862712.

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

Color convert

RGB5611789-
CMYK0.5200.240.54
HSL152.46º35.26%33.92%-
HSV(B)152.46º52.14%45.88%-
XYZ9.814.2811.69-
YUV95.57124.2999.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 117 (46.09% from 255) = 44.66%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=21.37%
G=44.66%
B=33.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117890.5200.240.54152.4635.2633.92
Hex3875593401836982322
Octal7016513164030662304342
Binary1110001110101101100111010001100011011010011000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387559; }

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

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

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

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

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

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

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

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