#388360

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

Shades of Amazon #388360

Tints of Amazon #388360

Color information

#388360 (or 0x388360) is unknown color: approx Amazon. HEX triplet: 38, 83 and 60. RGB value is (56,131,96). Sum of RGB (Red+Green+Blue) = 56+131+96=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #388360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388360 is #C77C9F. Grayscale: #686868. Windows color (decimal): -13073568 or 6325048. OLE color: 6325048.

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

Color convert

RGB5613196-
CMYK0.5700.270.49
HSL152º40.11%36.67%-
HSV(B)152º57.25%51.37%-
XYZ11.8617.9213.9-
YUV104.58123.1593.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=19.79%
G=46.29%
B=33.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56131960.5700.270.4915240.1136.67
Hex3883603901B31982825
Octal7020314071033612305045
Binary11100010000011110000011100101101111000110011000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388360; }

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

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

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

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

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

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

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

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