#387150

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

Shades of Amazon #387150

Tints of Amazon #387150

Color information

#387150 (or 0x387150) is unknown color: approx Amazon. HEX triplet: 38, 71 and 50. RGB value is (56,113,80). Sum of RGB (Red+Green+Blue) = 56+113+80=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #387150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387150 is #C78EAF. Grayscale: #5C5C5C. Windows color (decimal): -13078192 or 5271864. OLE color: 5271864.

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

Color convert

RGB5611380-
CMYK0.5000.290.56
HSL145.26º33.73%33.14%-
HSV(B)145.26º50.44%44.31%-
XYZ8.9813.239.67-
YUV92.2121.12102.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=22.49%
G=45.38%
B=32.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113800.5000.290.56145.2633.7333.14
Hex3871503201D38912221
Octal7016112062035702214241
Binary1110001110001101000011001001110111100010010001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387150; }

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

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

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

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

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

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

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

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