#387354

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

Shades of Amazon #387354

Tints of Amazon #387354

Color information

#387354 (or 0x387354) is unknown color: approx Amazon. HEX triplet: 38, 73 and 54. RGB value is (56,115,84). Sum of RGB (Red+Green+Blue) = 56+115+84=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #387354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387354 is #C78CAB. Grayscale: #5D5D5D. Windows color (decimal): -13077676 or 5534520. OLE color: 5534520.

HSL color Cylindrical-coordinate representation of color #387354: hue angle of 148.47º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387354 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB5611584-
CMYK0.5100.270.55
HSL148.47º34.5%33.53%-
HSV(B)148.47º51.3%45.1%-
XYZ9.3613.7410.55-
YUV93.82122.45101.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=21.96%
G=45.10%
B=32.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115840.5100.270.55148.4734.533.53
Hex3873543301B37942322
Octal7016312463033672244342
Binary1110001110011101010011001101101111011110010100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387354; }

 p { color: rgb(56,115,84); }

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

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

 a { background-color: rgb(56,115,84); }

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

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

 span { border-color: rgb(56,115,84); }

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