#387151

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

Shades of Amazon #387151

Tints of Amazon #387151

Color information

#387151 (or 0x387151) is unknown color: approx Amazon. HEX triplet: 38, 71 and 51. RGB value is (56,113,81). Sum of RGB (Red+Green+Blue) = 56+113+81=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #387151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387151 is #C78EAE. Grayscale: #5C5C5C. Windows color (decimal): -13078191 or 5337400. OLE color: 5337400.

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

Color convert

RGB5611381-
CMYK0.5000.280.56
HSL146.32º33.73%33.14%-
HSV(B)146.32º50.44%44.31%-
XYZ9.0213.259.87-
YUV92.31121.62102.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=22.4%
G=45.2%
B=32.4%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113810.5000.280.56146.3233.7333.14
Hex3871513201C38922221
Octal7016112162034702224241
Binary1110001110001101000111001001110011100010010010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387151; }

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

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

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

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

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

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

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

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