#387547

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

Shades of Amazon #387547

Tints of Amazon #387547

Color information

#387547 (or 0x387547) is unknown color: approx Amazon. HEX triplet: 38, 75 and 47. RGB value is (56,117,71). Sum of RGB (Red+Green+Blue) = 56+117+71=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #387547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387547 is #C78AB8. Grayscale: #5D5D5D. Windows color (decimal): -13077177 or 4683064. OLE color: 4683064.

HSL color Cylindrical-coordinate representation of color #387547: hue angle of 134.75º 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 #387547 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB5611771-
CMYK0.5200.390.54
HSL134.75º35.26%33.92%-
HSV(B)134.75º52.14%45.88%-
XYZ9.1314.028.19-
YUV93.52115.29101.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=22.95%
G=47.95%
B=29.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117710.5200.390.54134.7535.2633.92
Hex3875473402736872322
Octal7016510764047662074342
Binary11100011101011000111110100010011111011010000111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387547; }

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

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

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

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

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

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

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

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