#388160

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

Shades of Amazon #388160

Tints of Amazon #388160

Color information

#388160 (or 0x388160) is unknown color: approx Amazon. HEX triplet: 38, 81 and 60. RGB value is (56,129,96). Sum of RGB (Red+Green+Blue) = 56+129+96=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #388160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388160 is #C77E9F. Grayscale: #676767. Windows color (decimal): -13074080 or 6324536. OLE color: 6324536.

HSL color Cylindrical-coordinate representation of color #388160: hue angle of 152.88º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388160 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5612996-
CMYK0.5700.260.49
HSL152.88º39.46%36.27%-
HSV(B)152.88º56.59%50.59%-
XYZ11.5917.3913.81-
YUV103.41123.8294.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=19.93%
G=45.91%
B=34.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129960.5700.260.49152.8839.4636.27
Hex3881603901A31992724
Octal7020114071032612314744
Binary11100010000001110000011100101101011000110011001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388160; }

 p { color: rgb(56,129,96); }

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

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

 a { background-color: rgb(56,129,96); }

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

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

 span { border-color: rgb(56,129,96); }

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