#387157

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

Shades of Amazon #387157

Tints of Amazon #387157

Color information

#387157 (or 0x387157) is unknown color: approx Amazon. HEX triplet: 38, 71 and 57. RGB value is (56,113,87). Sum of RGB (Red+Green+Blue) = 56+113+87=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #387157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387157 is #C78EA8. Grayscale: #5D5D5D. Windows color (decimal): -13078185 or 5730616. OLE color: 5730616.

HSL color Cylindrical-coordinate representation of color #387157: hue angle of 152.63º degrees, saturation: 0.34, 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 #387157 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB5611387-
CMYK0.5000.230.56
HSL152.63º33.73%33.14%-
HSV(B)152.63º50.44%44.31%-
XYZ9.2613.3411.1-
YUV92.99124.62101.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=21.88%
G=44.14%
B=33.98%

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
Decimal56113870.5000.230.56152.6333.7333.14
Hex3871573201738992221
Octal7016112762027702314241
Binary1110001110001101011111001001011111100010011001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387157; }

 p { color: rgb(56,113,87); }

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

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

 a { background-color: rgb(56,113,87); }

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

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

 span { border-color: rgb(56,113,87); }

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