#387553

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

Shades of Amazon #387553

Tints of Amazon #387553

Color information

#387553 (or 0x387553) is unknown color: approx Amazon. HEX triplet: 38, 75 and 53. RGB value is (56,117,83). Sum of RGB (Red+Green+Blue) = 56+117+83=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #387553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387553 is #C78AAC. Grayscale: #5E5E5E. Windows color (decimal): -13077165 or 5469496. OLE color: 5469496.

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

Color convert

RGB5611783-
CMYK0.5200.290.54
HSL146.56º35.26%33.92%-
HSV(B)146.56º52.14%45.88%-
XYZ9.5514.1910.42-
YUV94.88121.29100.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=21.88%
G=45.70%
B=32.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117830.5200.290.54146.5635.2633.92
Hex3875533401D36932322
Octal7016512364035662234342
Binary1110001110101101001111010001110111011010010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387553; }

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

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

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

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

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

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

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

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