#387156

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

Shades of Amazon #387156

Tints of Amazon #387156

Color information

#387156 (or 0x387156) is unknown color: approx Amazon. HEX triplet: 38, 71 and 56. RGB value is (56,113,86). Sum of RGB (Red+Green+Blue) = 56+113+86=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #387156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387156 is #C78EA9. Grayscale: #5C5C5C. Windows color (decimal): -13078186 or 5665080. OLE color: 5665080.

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

Color convert

RGB5611386-
CMYK0.5000.240.56
HSL151.58º33.73%33.14%-
HSV(B)151.58º50.44%44.31%-
XYZ9.2213.3210.89-
YUV92.88124.12101.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 113 (44.53% from 255) = 44.31%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=21.96%
G=44.31%
B=33.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113860.5000.240.56151.5833.7333.14
Hex3871563201838982221
Octal7016112662030702304241
Binary1110001110001101011011001001100011100010011000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387156; }

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

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

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

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

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

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

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

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