#387759

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

Shades of Amazon #387759

Tints of Amazon #387759

Color information

#387759 (or 0x387759) is unknown color: approx Amazon. HEX triplet: 38, 77 and 59. RGB value is (56,119,89). Sum of RGB (Red+Green+Blue) = 56+119+89=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #387759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387759 is #C788A6. Grayscale: #606060. Windows color (decimal): -13076647 or 5863224. OLE color: 5863224.

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

Color convert

RGB5611989-
CMYK0.5300.250.53
HSL151.43º36%34.31%-
HSV(B)151.43º52.94%46.67%-
XYZ10.0314.7611.77-
YUV96.74123.6398.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=21.21%
G=45.08%
B=33.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119890.5300.250.53151.433634.31
Hex3877593501935972422
Octal7016713165031652274442
Binary1110001110111101100111010101100111010110010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387759; }

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

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

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

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

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

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

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

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