#387758

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

Shades of Amazon #387758

Tints of Amazon #387758

Color information

#387758 (or 0x387758) is unknown color: approx Amazon. HEX triplet: 38, 77 and 58. RGB value is (56,119,88). Sum of RGB (Red+Green+Blue) = 56+119+88=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #387758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387758 is #C788A7. Grayscale: #606060. Windows color (decimal): -13076648 or 5797688. OLE color: 5797688.

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

Color convert

RGB5611988-
CMYK0.5300.260.53
HSL150.48º36%34.31%-
HSV(B)150.48º52.94%46.67%-
XYZ9.9914.7411.55-
YUV96.63123.1399.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 88 (34.77% from 255) = 33.46%
R=21.29%
G=45.25%
B=33.46%

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
Decimal56119880.5300.260.53150.483634.31
Hex3877583501A35962422
Octal7016713065032652264442
Binary1110001110111101100011010101101011010110010110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387758; }

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

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

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

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

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

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

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

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