#387056

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

Shades of Amazon #387056

Tints of Amazon #387056

Color information

#387056 (or 0x387056) is unknown color: approx Amazon. HEX triplet: 38, 70 and 56. RGB value is (56,112,86). Sum of RGB (Red+Green+Blue) = 56+112+86=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #387056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387056 is #C78FA9. Grayscale: #5C5C5C. Windows color (decimal): -13078442 or 5664824. OLE color: 5664824.

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

Color convert

RGB5611286-
CMYK0.5000.230.56
HSL152.14º33.33%32.94%-
HSV(B)152.14º50%43.92%-
XYZ9.113.110.85-
YUV92.29124.45102.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=22.05%
G=44.09%
B=33.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112860.5000.230.56152.1433.3332.94
Hex3870563201738982121
Octal7016012662027702304141
Binary1110001110000101011011001001011111100010011000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387056; }

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

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

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

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

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

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

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

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