#387747

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

Shades of Amazon #387747

Tints of Amazon #387747

Color information

#387747 (or 0x387747) is unknown color: approx Amazon. HEX triplet: 38, 77 and 47. RGB value is (56,119,71). Sum of RGB (Red+Green+Blue) = 56+119+71=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #387747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387747 is #C788B8. Grayscale: #5E5E5E. Windows color (decimal): -13076665 or 4683576. OLE color: 4683576.

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

Color convert

RGB5611971-
CMYK0.5300.400.53
HSL134.29º36%34.31%-
HSV(B)134.29º52.94%46.67%-
XYZ9.3714.498.26-
YUV94.69114.63100.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 119 (46.88% from 255) = 48.37%
BLUE value IS 71 (28.12% from 255) = 28.86%
R=22.76%
G=48.37%
B=28.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56119710.5300.400.53134.293634.31
Hex3877473502835862422
Octal7016710765050652064442
Binary11100011101111000111110101010100011010110000110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387747; }

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

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

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

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

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

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

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

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