#388056

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

Shades of Amazon #388056

Tints of Amazon #388056

Color information

#388056 (or 0x388056) is unknown color: approx Amazon. HEX triplet: 38, 80 and 56. RGB value is (56,128,86). Sum of RGB (Red+Green+Blue) = 56+128+86=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #388056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388056 is #C77FA9. Grayscale: #656565. Windows color (decimal): -13074346 or 5668920. OLE color: 5668920.

HSL color Cylindrical-coordinate representation of color #388056: hue angle of 145º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388056 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB5612886-
CMYK0.5600.330.50
HSL145º39.13%36.08%-
HSV(B)145º56.25%50.2%-
XYZ11.0316.9511.49-
YUV101.68119.1595.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=20.74%
G=47.41%
B=31.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128860.5600.330.5014539.1336.08
Hex3880563802132912724
Octal7020012670041622214744
Binary111000100000001010110111000010000111001010010001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388056; }

 p { color: rgb(56,128,86); }

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

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

 a { background-color: rgb(56,128,86); }

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

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

 span { border-color: rgb(56,128,86); }

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