#387050

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

Shades of Amazon #387050

Tints of Amazon #387050

Color information

#387050 (or 0x387050) is unknown color: approx Amazon. HEX triplet: 38, 70 and 50. RGB value is (56,112,80). Sum of RGB (Red+Green+Blue) = 56+112+80=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #387050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387050 is #C78FAF. Grayscale: #5B5B5B. Windows color (decimal): -13078448 or 5271608. OLE color: 5271608.

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

Color convert

RGB5611280-
CMYK0.5000.290.56
HSL145.71º33.33%32.94%-
HSV(B)145.71º50%43.92%-
XYZ8.8713.019.63-
YUV91.61121.45102.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=22.58%
G=45.16%
B=32.26%

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
Decimal56112800.5000.290.56145.7133.3332.94
Hex3870503201D38922121
Octal7016012062035702224141
Binary1110001110000101000011001001110111100010010010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387050; }

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

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

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

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

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

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

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

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